Hi there,
I am trying to do a redirect to the members sub-folder to another URL and I have the code
but instead of going to domain.com, it shows an error.
I tried a simple test and it seems to be working fine ....
old.html redirects to new.html
am i doing something wrong here?
I am trying to do a redirect to the members sub-folder to another URL and I have the code
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^members*$ [URL unfurl="true"]http://www.domain.com/[/URL]
RewriteRule ^members/$ [URL unfurl="true"]http://www.domain.com/[/URL]
RewriteRule ^old\.html$ new.html
but instead of going to domain.com, it shows an error.
I tried a simple test and it seems to be working fine ....
old.html redirects to new.html
am i doing something wrong here?