fireatwire Posted November 15, 2020 Share Posted November 15, 2020 (edited) I have made a new PrestaShop 1.7.6.8 installation and added some content to it in the backend and everything seems to be fine. Product pages, categories, etc. are fine. However, when I click on one of the information page links in the frontend, I cannot access the content. E.g. I want to open the terms page https://mypage.com/en/2-terms and I get a Debug message (debug on for testing reasons) [Debug] This page has moved Please use the following URL instead: https://mypage.com/en/2-home So it seems it thinks the ID of the information page (2) is the same as for the home page (2) and wants to redirect me to that instead. I also tried with adding more information pages, but then I have a similar problem: it redirects to category pages with same ID number. What can the error be? Is it a bug? How to solve it? Edited November 15, 2020 by fireatwire (see edit history) Link to comment Share on other sites More sharing options...
Kogkalidis Posted November 15, 2020 Share Posted November 15, 2020 Possible reasons: You mis-configured the cms path (that removes the /content from the slug). The category with id 2 has link rewrite "home" so you try to visit 2 but with wrong link_rewrite so it redirects. Moreover on debug mode there are some extra messages that are harmless on production mode (such as redirection messages). Regards, Konstantinos 1 Link to comment Share on other sites More sharing options...
fireatwire Posted November 15, 2020 Author Share Posted November 15, 2020 Thanks Konstantinos, that was a quick fix! It was a misconfiguration in the SEO URL's (missing /content for pages). 6 minutes ago, tapanda.gr said: Possible reasons: You mis-configured the cms path (that removes the /content from the slug). The category with id 2 has link rewrite "home" so you try to visit 2 but with wrong link_rewrite so it redirects. Moreover on debug mode there are some extra messages that are harmless on production mode (such as redirection messages). Regards, Konstantinos Link to comment Share on other sites More sharing options...
Kogkalidis Posted November 15, 2020 Share Posted November 15, 2020 I am glad it helped. Whenever you have a helpful response, please upvote the specific answer and edit the thread title by adding the prefix [SOLVED] Thank you and welcome in our family 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