warezio

msg:1574402 | 5:16 am on Nov 6, 2005 (gmt 0) |
The ad targeting feature works on URL prefixes. So if you specify [foo.com...] it'll match all URLs that start with that prefix, e.g., [foo.com...] . Notice [foo.com...] does not start with [foo.com,...] so it doesn't match. neither does [baz.foo.com...] for any baz!= www. You might want to set up a redirect handler that will redirect traffic from foo.com to www.foo.com to make management easier.
|
TruePaige

msg:1574403 | 12:29 am on Nov 7, 2005 (gmt 0) |
So I'd want to direct it from sitename.com to www.sitename.com for example? Any easy way to do this without it being messy?
|
warezio

msg:1574404 | 3:40 am on Nov 8, 2005 (gmt 0) |
for apache, mod_rewrite. [httpd.apache.org...]
|
|