stef77dd/smartMVC/master/public/.htaccess - Htaccess File

stef77dd/smartMVC/master/public/.htaccess

RewriteEngine on

php_value include_path ".:../framework/:/usr/share/php/"

RewriteRule ^res_(.*?)/(.*)$ res/$2 [N]

RewriteRule ^favicon.ico$ favicon.ico [L]
RewriteRule ^res/(.*)$ res/$1 [L]
RewriteRule ^(.*).([js|css|html|htm|png|jpg|php])$ $1.$2?%{QUERY_STRING} [L]
RewriteRule ^(.*)$ index.php?%{QUERY_STRING} [L,QSA]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache