IIS don't recognize index.php like default file!

A

Anonymous

Guest
IIS is too problematic, I recommend you to install Apache, very easily configurable
 
That's it katun!
After that you can use Apache's DirectoryIndex directive.
Ex.:
Code:
DirectoryIndex my_index_file.whatever
 
Back
Top