How to block access to a htaccess page?

Asked

Viewed 437 times

-1

1 answer

1

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?site_exemplo.com.br$ [NC]
RewriteRule ^(noticias/como-bloquear-acesso-a-pagina) - [L,F]

Browser other questions tagged

You are not signed in. Login or sign up in order to post.