Answers for "htaccess 404 redirection code"

1

htaccess 404 redirect

ErrorDocument 404 /404.html
Posted by: Guest on October-05-2020
0

htaccess return 404

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^microsite\.someotherexample\.net$
RewriteRule ^path/to/page/?$ - [R=404,NC,L]
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language