sal3/a1cms/master/.htaccess - Htaccess File

sal3/a1cms/master/.htaccess

php_flag register_globals off
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime off
php_flag magic_quotes_sybase off

# BEGIN
# <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RedirectMatch 404 "^/(uploads/files|uploads/posts|lib|cache|cronmarks|sys)/.*"
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# </IfModule>
# END

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache