I need to block access to a Page (URL) with htaccess, for example:
I want to block via htaccess
I need to block access to a Page (URL) with htaccess, for example:
I want to block via htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?site_exemplo.com.br$ [NC]
RewriteRule ^(noticias/como-bloquear-acesso-a-pagina) - [L,F]