Answers for "200 response .htaccess"

0

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]
Posted by: Guest on January-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language