ArkiwiAPI/arav_up_api/.htaccess

7 lines
126 B
ApacheConf
Raw Normal View History

2015-09-12 18:48:06 +02:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA]