Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy URLs
#1
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
Reply
#2
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
Reply




Users browsing this thread: 1 Guest(s)