The quick and dirty way of doing it would be to make index.php simplythough you would have to check all the paths on the catalog/index.php page include /catalog/ otherwise the images or links won't work correctly.Code:<? readfile('http://www.shopscifi.co.uk/catalog/index.php'); ?>
The other option would be to make index.phpwhich would redirect the user to the location page. That will save you from any path issues and I don't think having catalog in the url is really a big issue.Code:<? header('location: http://www.shopscifi.co.uk/catalog/index.php'); ?>
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks