Jump to content

[SOLVED] Really simple question


Recommended Posts

Literally just installed prestashop having switched over from opencart so I appologise if this question is really obvious to answer.

I have installed prestashop but when I enter www.mydomain.com I get the index of/ page with the prestashop and the prestashop zip

my homepage when i click on view store front is www.mydomain.com/prestashop

How do I sort this?

Thanks in advance

Link to comment
Share on other sites

Looks like you have installed your Prestashop into a folder called prestashop instead of the root folder.

 

To fix this you need to move everything from the /prestashop/ folder to the root, and then in the config folder edit a file called settings.ini.php and change the line

define('__PS_BASE_URI__', '/prestashop/');

to

define('__PS_BASE_URI__', '/');

  • Like 1
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...