Fiek Posted January 8, 2011 Share Posted January 8, 2011 Hi,I Need Help , I Already success install prestashop but when I try to access my prestashop site (www.mystoredomain.com) its go to dir of my Public_html , I must type www.mystoredomain.com/prestashop because index.php is into this dir /prestashop not in /public_html , I try to move the index.php to /public_html but an error comming up , please help how to change it ?Thanks Fiek Link to comment Share on other sites More sharing options...
rocky Posted January 9, 2011 Share Posted January 9, 2011 You should move all of PrestaShop's files from the prestashop directory to the public_html directory, or if you really want it in the prestashop directory, create an index.php file that redirects to the prestashop directory like this: <?php header('Location: http://www.mystoredomain.com/prestashop/'); ?> Link to comment Share on other sites More sharing options...
Fiek Posted January 9, 2011 Author Share Posted January 9, 2011 Thanks Rocky,I already solve it thru my cpanel .Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now