GetSimple Support Forum

Full Version: Same page - different URL's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I didn't find the answer of my question in the forum yet. Please help.

domainname123.com/subfolder/page1/ and domainname123.com/subfolder/blablabla/page1/ shows the same content: the content of “page1”. Is there a possibility to avoid that?

Best Regards
Jan
There should be a gsconfig.php file in the base of your GetSimple install, open and edit that file. In there, near line 40 you should find a line that begins #define('GSCANONICAL', 1);, just remove the hash at the beginning of the line and save the file.
Thank you. That's it!