brmsklad/lib/Cake/Console/Templates/skel/webroot/.htaccess
2017-02-26 15:32:50 +01:00

6 lines
158 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>