Ryan L Posted February 4, 2019 Share Posted February 4, 2019 Hello, I ran into issues changing the domain of my website. I changed it under the SEO and URL settings, which seemed to take little affect. I progressed in my research and went to the database. I changed PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL to reflect the new domain in the form of example.com. I also changed PS_SHOP_URL to include the same with the /shop as the physical_uri since the installation of Prestashop is in that subdomain. Every time I try to visit the new URL, I keep getting a 404 error now. This means the admin backend is no longer functional. Any help would be greatly appreciated. Thank you for your time and have a nice day. Link to comment Share on other sites More sharing options...
JBW Posted February 8, 2019 Share Posted February 8, 2019 Please post a screenshot of your SEO and URL settings Link to comment Share on other sites More sharing options...
Rhobur Posted February 9, 2019 Share Posted February 9, 2019 check your .htaccess if you have something like this: #Domain: example.com RewriteRule . - [E=REWRITEBASE:/shop/] RewriteRule ^api$ api/ [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