Forum Moderators: phranque
say i have an affiliate link [example.org...]
what would the mod_rewrite directive look like to redirect a link like this [example.org...] to [example.org...]
is it even possible?
thanks,
james
That's a pretty simple exercise, please see our charter [webmasterworld.com].
The general format would be
RewriteRule <regular-expressions-pattern> <substitution>?<query_string> [R=301,L]
Apache mod_rewrite documentation [httpd.apache.org]
Apache URL Rewriting Guide [httpd.apache.org]
Regular Expressions Tutorial [etext.lib.virginia.edu]
Jim