summaryrefslogtreecommitdiff
path: root/htaccess.txt
blob: 49ba89aa8d7231de3b462a90454f4d0ca86e1c8e (plain)
1
2
3
4
5
6
7
8
Options +SymLinksIfOwnerMatch
Order Allow,Deny
Allow from all
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9-]+)/?$ $1.html [NC,QSA]
DirectoryIndex 1.html