bludit/.htaccess

6 lines
122 B
ApacheConf
Raw Normal View History

2015-03-08 18:42:27 +01:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]