Jump to content

URL and Store issues


Recommended Posts

Apologies if this has already been covered on the forums, I searched but found nothing that helped me specifically,

 

I'm currently hosting my partners web store at www.connive.co.uk/StuddedTeacup/store

I also have the URL www.thestuddedteacup.com pointed at the same "StuddedTeacup/store" folder on my www.connive.co.uk server.

I'm wanting the store to show www.thestuddedteacup.com/store at the begginging of all URLs in the browsers address bar, and in any shared links, e.g on Facebook.

Currently it defaults to "www.connive.co.uk/StuddedTeacup/store/{product}" whenever anything is shared.

I've tried using .htaccess (possibly incorrectly) on the root of my server - I get an infinate loop warning
I've tried using the SEO & URL settings in the BO of Prestashop - nothing but a blank white page loads.

What am I doing wrong?
What is it I need to do/change to get this sorted?

Regards,

 

Sy

Link to comment
Share on other sites

Try to put the following:

 

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/store/(.*)$
RewriteRule ^store/(.*)$ StuddedTeacup/store/$1 [L]
to your root .htaccess file.

 

You will also need to change your domain and virtual_uri in ps_shop table to reflect new virtual location (www.connive.co.uk/store/).

Edited by inweb (see edit history)
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...