PopContent/blog/master/.htaccess - Htaccess File

PopContent/blog/master/.htaccess

RewriteCond %{HTTP_HOST} ^www.popcontent.blog.br$
RewriteRule ^/?$ "http://popcontent.blog.br/" [R=301,L]

RewriteCond %{HTTP_HOST} ^54.235.95.216
RewriteRule (.*) http://www.popcontent.blog.br/$1 [R=301,L]

RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]c

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTP_USER_AGENT

Comments

Apache