timeline/.htaccess
2023-11-12 11:38:46 +01:00

4 lines
No EOL
124 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [NC,L]