pamela91 Posted April 13, 2016 Share Posted April 13, 2016 Hi, I'm running PrestaShop 1.6.1.4 with multishop enabled. When I created a new store in a new group both of my other stores went down with a 404 error. I had to turn off friendly URL for them to work fine again. If I activate friendly URL they crash again. The new added store still gives me 404 error and doesn't show images or format. You can take a look here: http://www.ccyv.cl/trasegshop/ The back-office seems to be working fine. Please help me, I don't know how to fix this. Link to comment Share on other sites More sharing options...
NemoPS Posted April 13, 2016 Share Posted April 13, 2016 That is 500 not 404, can you turn on dev mode (read my signature) and see if it says more? How are the shops setup? Does it crash if you only set one up? Link to comment Share on other sites More sharing options...
pamela91 Posted April 13, 2016 Author Share Posted April 13, 2016 Hi, thank you for your prompt answer. I don't know why, I looked at the shop today and the error had changed to 500 and now it's back to 404.You can see the printscreen below. 1) I turned on dev mode, but nothing seems to change. 2) This is how my shops are set up. The default group shares clients and orders. The others don't. 3) I don't now what you mean by testing if I only set one shop. You mean erase the others and try again? If you mean that, I can't do that, ngorros is a store that's almost ready to be launch to the public. Thanks Link to comment Share on other sites More sharing options...
pamela91 Posted April 18, 2016 Author Share Posted April 18, 2016 I manually added these lines to htaccess and it's working now: (by the way, I changed URL from trasegshop to traseg) RewriteCond %{HTTP_HOST} ^www.ccyv.cl$ RewriteRule ^traseg/?$ /traseg/index.php [L,R] RewriteCond %{HTTP_HOST} ^www.ccyv.cl$ RewriteRule ^traseg/(.*) /$1 [L] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now