roccosportal/blog-roccosportal-com/master/.htaccess - Htaccess File

roccosportal/blog-roccosportal-com/master/.htaccess

RewriteEngine on

#No access to sensitive directory
RewriteRule ^Application/.*$ index.php [L]
RewriteRule ^Library/.*$ index.php [L]

RewriteCond  %{REQUEST_FILENAME} !-f
RewriteCond  %{REQUEST_FILENAME} !-d
RewriteRule ^/?(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache