phamios/food/master/.htaccess - Htaccess File

phamios/food/master/.htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteCond $1 !^(index.php|resources|images|image|css|style|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?localhost [NC]
#RewriteRule ^(.*).(php|html|asp|htm) antidos.html [NC]

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER, REQUEST_FILENAME

Comments

Apache