0.1.2 fix htaccess

This commit is contained in:
Yusur 2026-02-12 17:52:08 +01:00
parent e39d87acc0
commit cfa74712a5
2 changed files with 4 additions and 2 deletions

View file

@ -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]