0.1.2 fix htaccess
This commit is contained in:
parent
e39d87acc0
commit
cfa74712a5
2 changed files with 4 additions and 2 deletions
|
|
@ -7,4 +7,6 @@ RewriteEngine on
|
|||
RewriteRule \.git - [F]
|
||||
|
||||
RewriteRule ^$ index.php [L]
|
||||
RewriteCond ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA]
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA]
|
||||
Loading…
Add table
Add a link
Reference in a new issue