Log in

View Full Version : Host moved Servers home linking problems


Xencored
05-04-2009, 08:55 AM
Hi all

When i click on my banners and the forum links it takes me to a host page it seems to be missing the *index.php* in all the links

any ideas ?
Thanks for your time

cellarius
05-04-2009, 09:13 AM
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:
DirectoryIndex index.php index.html
This will make the server look for a index.php file first, then for index.html.

Xencored
05-04-2009, 09:22 AM
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:
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: