User Tools

Site Tools


config:htaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
config:htaccess [2011/07/30 08:18]
zig Added guide for maintaining root relative fancy url's when installed into a subdir
config:htaccess [2011/08/19 09:15]
d2a [Force no-www / www] remove incorrect apostrophe
Line 5: Line 5:
 ===== Force no-www / www ===== ===== Force no-www / www =====
  
-GetSimple doesn'​t by default force a domain to use either www or no-www based on it'​s ​SITEURL that is setup within the administrative panel. You can add this code to force it to never use www in your URL:+GetSimple doesn'​t by default force a domain to use either www or no-www based on its SITEURL that is setup within the administrative panel. You can add this code to force it to never use www in your URL:
  
 <​code>​RewriteCond %{HTTP_HOST} !^domain.com$ [NC]  <​code>​RewriteCond %{HTTP_HOST} !^domain.com$ [NC] 
Line 30: Line 30:
 Of course, you must replace "​cms"​ in the above sample with the directory you chose to install GetSimple into. This will allow you visitors to navigate to mydomain.com/​contact-us rather than mydomain.com/​cms/​contact-us Of course, you must replace "​cms"​ in the above sample with the directory you chose to install GetSimple into. This will allow you visitors to navigate to mydomain.com/​contact-us rather than mydomain.com/​cms/​contact-us
  
 +If you are editing an existing installation,​ be sure to change the website base URL in General Settings to reflect the new root url, so the navigation links are changed. ​
 ===== Optimization ===== ===== Optimization =====
  
config/htaccess.txt ยท Last modified: 2013/04/19 15:04 (external edit)