caluta7/.htaccess

12 lines
218 B
ApacheConf
Raw Permalink Normal View History

2026-02-12 13:30:53 +01:00
2026-02-12 17:35:40 +01:00
Options -Indexes
RewriteEngine on
RewriteRule \.git - [F]
RewriteRule ^$ index.php [L]
2026-02-12 17:52:08 +01:00
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9]+)/?$ index.php?link=$1 [L,QSA]