pool/web/.htaccess
2015-07-02 22:48:12 +02:00

6 lines
117 B
ApacheConf

RewriteEngine On
RewriteOptions Inherit
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php?r=$1 [QSA]