autoradio Posted January 12, 2010 Share Posted January 12, 2010 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 More sharing options...
Guest Posted January 13, 2010 Share Posted January 13, 2010 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 More sharing options...
autoradio Posted January 13, 2010 Author Share Posted January 13, 2010 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 More sharing options...
♥mdtaylorlrim Posted January 13, 2010 Share Posted January 13, 2010 How about, just wipe your site, then upload all of your files again into the root of your web space. And be sure to change the configure.php files for the new paths. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
autoradio Posted January 13, 2010 Author Share Posted January 13, 2010 How about, just wipe your site, then upload all of your files again into the root of your web space. And be sure to change the configure.php files for the new paths. Link to comment Share on other sites More sharing options...
autoradio Posted January 13, 2010 Author Share Posted January 13, 2010 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 More sharing options...
♥mdtaylorlrim Posted January 13, 2010 Share Posted January 13, 2010 Bandaid for a broken leg. Think what it does to the search engines. Functionally it works but it would be much nicer to take the ten minutes to fix it right now rather than later. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.