TomCavendish Posted February 27, 2004 Posted February 27, 2004 I've changed hosts. The previous host worked to default.php The new host works to index.php I changed the file names from default.php to index.php (so now they work), but the links from the catagories are still looking for catalog/default.php/cPath/40 I want the links to look for index.php and not default.php Anyone able to help? Cheers! TC
Guest Posted February 27, 2004 Posted February 27, 2004 go into your httpd.conf file on the server (or ask your host) to add default.php to a startup file, then restart the server, rename your index.php back to default.php and you are good to go.
ptrau Posted February 28, 2004 Posted February 28, 2004 If they won't make the configuration changes do the following: Create an index.php file like this: <?php require('default.php'); ?> and load it into your root directory "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.