Este é o código no arquivo conf do Apache.
RewriteCond %{REQUEST_URI} (\.\.|%2e%2e|%252e%252e|%u002e%u002e) [OR]
RewriteCond %{QUERY_STRING} (\.\.|^%2e%2e|^%252e%252e|^%u002e%u002e)
RewriteRule ^(.*)$ /err_page.php [L]
O que devo mudar?
Este é o código no arquivo conf do Apache.
RewriteCond %{REQUEST_URI} (\.\.|%2e%2e|%252e%252e|%u002e%u002e) [OR]
RewriteCond %{QUERY_STRING} (\.\.|^%2e%2e|^%252e%252e|^%u002e%u002e)
RewriteRule ^(.*)$ /err_page.php [L]
O que devo mudar?