polsad/weegbo/master/.htaccess - Htaccess File

polsad/weegbo/master/.htaccess

<FilesMatch ".(tpl|log)$">
    deny from all
</FilesMatch>

Options -Indexes

RewriteEngine on
Options +FollowSymlinks
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d  
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([^.]*)$ /index.php?$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache