SammysHP/BetaBlog/master/.htaccess - Htaccess File

SammysHP/BetaBlog/master/.htaccess

<filesMatch "^config.php$">
    deny from all
</filesMatch>

RewriteEngine on

RewriteBase /betablog

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