findpropertylines.com is a subdomain.
There is an .htaccess file in the root for this subdomain
I edited that file and just after the line
RewriteEngine on
I added the line
RewriteRule ^test$ "https\:\/\/google\.com\" [R=301,L]
I restarted apache and entered the following in my browser
Instead of opening google.com I get a 404.
What am I missing?
There is an .htaccess file in the root for this subdomain
I edited that file and just after the line
RewriteEngine on
I added the line
RewriteRule ^test$ "https\:\/\/google\.com\" [R=301,L]
I restarted apache and entered the following in my browser
Instead of opening google.com I get a 404.
What am I missing?