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/11/02 17:40]
mrmut
config:htaccess [2011/11/03 07:44]
mrmut [.html instead of slash (/)]
Line 92: Line 92:
 ===== .html instead of slash (/) ===== ===== .html instead of slash (/) =====
  
-Please ​see these two forum post:+To have .html document ending (with mod_rewrite),​ instead of slash ("/"​),​ please ​see these two forum post:
  
   - http://​get-simple.info/​forum/​post/​19253/#​p19253   - http://​get-simple.info/​forum/​post/​19253/#​p19253
   - http://​get-simple.info/​forum/​post/​7918/#​p7918   - http://​get-simple.info/​forum/​post/​7918/#​p7918
  
-Details:+==== Details ​====
  
-edit your .htaccess-file:​+Edit your .htaccess-file:​
  
 instead of instead of
  
-RewriteRule /?​([A-Za-z0-9_-]+)/?​$ index.php?​id=$1 [QSA,L]+<​code>​RewriteRule /?​([A-Za-z0-9_-]+)/?​$ index.php?​id=$1 [QSA,L]</​code>​
  
 set this: set this:
  
-RewriteRule ([A-Za-z0-9-]+).html index.php?​id=$1 [QSA,L]+<​code>​RewriteRule ([A-Za-z0-9-]+).html index.php?​id=$1 [QSA,L]</​code>​
  
 plus: plus:
Line 113: Line 113:
 change the custom permalink-structure in the configuration / settings to: change the custom permalink-structure in the configuration / settings to:
  
-%slug%.html+<​code>​%slug%.html</​code>​
 or or
-%parent%/​%slug%.html ​+<​code>​%parent%/​%slug%.html ​</​code>​
  
  
config/htaccess.txt ยท Last modified: 2013/04/19 15:04 (external edit)