Hi there,
I have a txt file with a couple of thousand Apache style redirects in.. for example..
RewriteRule ^/myfile.htm http://www.domain.com/myfile [R=301,L]
Under apache I would just do
Include /path/to/my/redirect_file
"Include" doesn't seem to be allowed in LS. I have played around a little with the RewriteMaps but can't seem to get anything working.
How is this supposed to be done?
Thanks
Henry
I have a txt file with a couple of thousand Apache style redirects in.. for example..
RewriteRule ^/myfile.htm http://www.domain.com/myfile [R=301,L]
Under apache I would just do
Include /path/to/my/redirect_file
"Include" doesn't seem to be allowed in LS. I have played around a little with the RewriteMaps but can't seem to get anything working.
How is this supposed to be done?
Thanks
Henry