daux.io/.htaccess

6 lines
137 B
ApacheConf
Raw Normal View History

2013-06-03 15:32:55 +02:00
RewriteEngine On
#RewriteBase /
2013-06-03 15:32:55 +02:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]