daux.io/.htaccess

7 lignes
137 B
ApacheConf
Brut Vue normale Historique

2013-06-03 08:32:55 -05:00
RewriteEngine On
#RewriteBase /
2013-06-03 08:32:55 -05:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2015-07-19 12:41:04 +02:00
RewriteRule . index.php [L,QSA]