GetSimple Support Forum

Full Version: Fancy URLs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I installed Get Simple and theme in a folder on my website: domain.com/getsimple

I then registered a domain name and pointed the domain to that install folder. In the admin panel, I changed the website URL in settings to the new domain.

The website loads fine by accessing it via the new domain, however the problem comes when clicking on a menu item when fancy URLs is turned on - I get a 500 Internal Server Error.

Turn fancy URLs off and it loads correctly.

Is there some other setting I should be changing?

Fancy URLs worked fine before changing to the new domain.

Many thanks
You may have to edit you GS root .htaccess file if you changed from domain1/folder to domain2/ (or to a different folder):
Code:
# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /mygsfolder/

If you moved from a folder to the root of a domain, it should be:
Code:
RewriteBase /

Also recommended: admin -> support -> website health check