TomCavendish Posted February 27, 2004 Share 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 Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2004 Share 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. Link to comment Share on other sites More sharing options...
ptrau Posted February 28, 2004 Share 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!!!" Link to comment Share on other sites More sharing options...
TomCavendish Posted March 4, 2004 Author Share Posted March 4, 2004 Both worked great. Thanks! TC. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.