Jump to content

[SOLVED] Installing Prestashop


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...