dnnhater
10-12-2011, 02:20 AM
I don't even think I have the topic title right...it's almost no wonder I'm lost
the long and short is I need to have a single landing page that will be branded with each affiliate's banner...when I present this to them tomorrow, I want to be able to say "ok guys...all you need to do is send your agents to http://domain.com/affiliateshortname/carrier" so that they can download whatever documents they need
in so many tutorials this is demonstrated as something like:
RewriteRule ^[A-Za-z]/heartland/quick-quote.html$ /heartland/index.php?affiliateID=$1 [L]
and then I'll be able to get the appropriate header banner to display based on affiliateID
how can I get [A-Za-z] turned into $1 I think is what I'm asking
as always any help is greatly appreciated
the long and short is I need to have a single landing page that will be branded with each affiliate's banner...when I present this to them tomorrow, I want to be able to say "ok guys...all you need to do is send your agents to http://domain.com/affiliateshortname/carrier" so that they can download whatever documents they need
in so many tutorials this is demonstrated as something like:
RewriteRule ^[A-Za-z]/heartland/quick-quote.html$ /heartland/index.php?affiliateID=$1 [L]
and then I'll be able to get the appropriate header banner to display based on affiliateID
how can I get [A-Za-z] turned into $1 I think is what I'm asking
as always any help is greatly appreciated