policybot/.htaccess

6 lines
161 B
ApacheConf
Raw Permalink Normal View History

2021-11-30 10:56:55 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>