Fancy URLs - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Fancy URLs (/showthread.php?tid=3982) |
Fancy URLs - stevenatherton42 - 2012-12-08 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 RE: Fancy URLs - Carlos - 2012-12-08 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 If you moved from a folder to the root of a domain, it should be: Code: RewriteBase / Also recommended: admin -> support -> website health check |