likerRr/patcher/master/.htaccess - Htaccess File

likerRr/patcher/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^(?:application|classes|includes)b.* index.php/$0 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ index.php/$1 [L,QSA]

#RewriteCond %{HTTP_REFERER} !^http://(.+.)?router/ [NC]
#RewriteCond %{HTTP_REFERER} !^$
#RewriteRule .*.(jpe?g|gif|png)$ - [F]
#RewriteRule .*.(jpe?g|gif|png)$ http://i.imgur.com/qX4w7.gif [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER, REQUEST_FILENAME

Comments

Apache