Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

no path to my page


autoradio

Recommended Posts

I m new to osc, I've uploaded catalog in the root directory and installed osc as instructions. When I tried to log into my website it wasn't found. Then I tried to log by: www.autoradio.com.mt/catalog/index.php and everything works. How can I entermy website by: www.autoradio.com.mt

 

Thanks everybody 4 your help

Link to comment
Share on other sites

Reuben,

 

If you originally had your domain pointed at www.yousite.com/catalog/ then you will need to update the domain pointer (this can take up to 24hrs to reflect changes)

 

AND/OR, check your configure.php files to ensure they reflect your new path

 

 

 

Chris

Link to comment
Share on other sites

Reuben,

 

If you originally had your domain pointed at www.yousite.com/catalog/ then you will need to update the domain pointer (this can take up to 24hrs to reflect changes)

 

AND/OR, check your configure.php files to ensure they reflect your new path

 

 

 

Chris

 

Thanks Chris,

 

However I'm really new at it, if you can provide me with further details I'll greatly appreciate it..

 

Reuben

Link to comment
Share on other sites

Thanks guys, while browsing through the community of godaddy I found a piece of php that redirects to the required folder automatically. Should you require it, it is pasted here. One should save it as index.php and then you are automatically redirected to the location required...

 

<?php

header("HTTP/1.1 301 Moved Permanently");

header("Location: http://www.autoradio.com.mt/catalog/index.php");

exit();

?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...