Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

200 response .htaccess

# create empty.html in root folder
# redirect desired path to that file
# if in wordpress do inside <IfModule mod_rewrite.c> and after RewriteBase /
RewriteRule ^foo$ empty.html [L]
 
PREVIOUS NEXT
Tagged: #response
ADD COMMENT
Topic
Name
8+8 =