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
config:htaccess [2011/11/03 07:44]
mrmut [.html instead of slash (/)]
config:htaccess [2013/04/19 15:04] (current)
Line 99: Line 99:
 ==== Details ==== ==== Details ====
  
-Edit your .htaccess-file:​+First change the custom permalink-structure in the configuration / settings to: 
 + 
 +<​code>​%slug%.html</​code>​ 
 +or 
 +<​code>​%parent%/​%slug%.html </​code>​ 
 + 
 +Second; edit your .htaccess-file:​
  
 instead of instead of
Line 108: Line 114:
  
 <​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>​
- 
-plus: 
- 
-change the custom permalink-structure in the configuration / settings to: 
- 
-<​code>​%slug%.html</​code>​ 
-or 
-<​code>​%parent%/​%slug%.html </​code>​ 
- 
- 
config/htaccess.1320306253.txt.gz · Last modified: 2013/04/19 14:55 (external edit)