giusampaio/arcane/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /arcane/public/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
Files
