gartu/gartusy_cms/master/.htaccess - Htaccess File

gartu/gartusy_cms/master/.htaccess

RewriteEngine on
RewriteRule ^files/(.*)$ Files/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ Web/$1
RewriteRule ^$ Web/$1

#@__HCP_END__@#
# Anything after the comment above is left alone

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache