stk2k/charcoalphp2/master/sample/public_html/.htaccess
# BEGIN Charcoal <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !.(js|ico|gif|jpg|png|css)$ index.php [QSA,L] </IfModule> # END Charcoal