
05-04-2009, 09:22 AM
|
|
|
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by cellarius
You'll have to change your server configuration to open index.php as standard in the directory when no file is specified in the URL - that's not a vB problem.
Try to add a .htaccess file to your forum or site root directory with the following:
Code:
DirectoryIndex index.php index.html
This will make the server look for a index.php file first, then for index.html.
|
Thanks worked great :up:
|