canned-responses/web-api/.htaccess

6 lines
162 B
ApacheConf
Raw Permalink Normal View History

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]