Redirection to a php file
Moderator: General Moderators
Redirection to a php file
how can i redirect my site to index.php and not index.htm
Err, by redirecting to index.php instead of index.htm 
I suppose you mean, which file is as "directoryindex" file? Apache allows you to specify them: (And IIS has it somewhere too..)
I suppose you mean, which file is as "directoryindex" file? Apache allows you to specify them: (And IIS has it somewhere too..)
Code: Select all
DirectoryIndex index.php index.html index.html.var