Forum Moderators: phranque
Here's what I'd like to do....
I want to redirect people from [xxx.com...] to [xxx.com...]
I haven't found any examples that seem to fit my scenario, so any help would be good.
I've tried this...
RewriteRule /yyy/$ /cgi-bin/zzz.cgi [R=301,L]
But it keeps saying 403, forbidden.
The links I'm clicking on (on the message boards) are specified with full URLs, so I don't understand what could be wrong. Any ideas?
^yyy/$
Ref: Introduction to mod_rewrite [webmasterworld.com]
Jim