Jump to content

How to remove a link point to my website?


Recommended Posts

Hi,
I have install prestashop in a separate folder in public_html, i try to move all the file out to public_html folder but the website is not up and running unless I create a link to it.

eg: public_html\xyz folder\prestashop files. I have to create a link point to xyz folder and it works fine.

eg2: public_html\prestashop files. I move all the prestashop files from xyz folder to public_html and it's not working.

I have input quite amount of data base to it and I don't want to reinstall the prestashop again and start from fresh.

Please help me.

Thanks

Link to comment
Share on other sites

During installation a settings file is created in the config directory (will have been public_html/xyz folder/config and now will be public_html/config) called settings.inc.php. I think you'll find that the following line is the one you need to change to the same as this:

define('__PS_BASE_URI__', '/');



It will likely currently point to your subdirectory 'xyz folder'.

Paul

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...