User Tools

Site Tools


how_to:website_settings

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 Both sides next revision
how_to:website_settings [2013/03/27 12:30]
Timbow
how_to:website_settings [2013/04/01 23:00]
Timbow [Website Settings]
Line 8: Line 8:
   * **Website Name** - This is the Name of your website   * **Website Name** - This is the Name of your website
   * **Website Base URL** - This is the URL of where your GetSimple site is installed to   * **Website Base URL** - This is the URL of where your GetSimple site is installed to
-  * **Custom Permalink Structure** - Allows you to customize your URL structure. ​[[:​permalinks|More Information]]+  * **Custom Permalink Structure** - Allows you to customize your URL structure.
   ==== Fancy (Pretty/​SEO) URLs ====   ==== Fancy (Pretty/​SEO) URLs ====
  
Line 45: Line 45:
  
 Next, you need to make a small change to your root level ''​.htaccess''​ file. Change the Rewrite Rule to this: Next, you need to make a small change to your root level ''​.htaccess''​ file. Change the Rewrite Rule to this:
-<​code>​RewriteRule /?​([A-Za-z0-9_-]+)\.html$ index.php?​id=$1 [QSA,​L]</​code>​+<​code>​RewriteRule /?​([A-Za-z0-9_-]+).html$ index.php?​id=$1 [QSA,​L]</​code>​
  
 NOTE: Change ''​.html''​ to ''​.php''​ (or ''​.htm''​) in both the Rewrite Rule above and the permalink structure, if you are using that extension instead. NOTE: Change ''​.html''​ to ''​.php''​ (or ''​.htm''​) in both the Rewrite Rule above and the permalink structure, if you are using that extension instead.
how_to/website_settings.txt ยท Last modified: 2015/02/15 22:50 by Timbow