Hello…
How can I tell my server to open index.php instead of index.html?
Thank you.
Open index.php
Moderator: General Moderators
Re: Open index.php
create new index for html, i mean separation index for html.
Re: Open index.php
Sorry, didn't understand "separation index for html"
- Tiancris
- Forum Commoner
- Posts: 39
- Joined: Sun Jan 08, 2012 9:54 pm
- Location: Mar del Plata, Argentina
Re: Open index.php
If your server is Apache, you can change the priority order adding this line to an htaccess file:
[text]DirectoryIndex index.php index.html[/text]
[text]DirectoryIndex index.php index.html[/text]