Jump to content

Pls help me BIG problem


kupikey

Recommended Posts

Hey i have really big problem , i have made my site http://kupikey.com add all produts and then i wann to do seo.

In seo options there was something / - i change it to kupikey.com/ and now my site its not working i mean i can't go to admin panal to fix it again and my sites rediret to - http://kupikey.com/k.../page-not-found .

Pls tell me how can i fix that.

Thx you alot.

Link to comment
Share on other sites

Hi,

 

That setting tells PrestaShop the name of your PrestaShop directory on your server (where you installed PrestaShop). If you uploaded PrestaShop to your root directory you should leave this blank.

 

I think you can fix this by editing settings.inc.php under config/

 

Make sure the first line is:

define('__PS_BASE_URI__', '/');

 

Hope this helps

Link to comment
Share on other sites

Hello I had a similar issue and correct that in this way:

 

With phpMyAdmin search the "ps_shop_url" table and check "domain", "domain_ssl" and "physical_uri".

If your shop is on the root of your hosting those registries should be:

domain → yourdomain.xxx

domain_ssl → yourdomain.xxx

physical_uri → /

 

This worked for me when i manually changed those values in SEO&URL preferences.

 

I hope it helps. Bye.

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