Page is a not externally linkable
seodaddy99 - 11:22 pm on Oct 21, 2002 (gmt 0)
It worked! Can you please help with with another problem: I got a little braver & tried to rewrite to be served by I used: It didn't work. id=xyz was not in the final query string. Can this be done with mod rewrite? Thanks!
Thanks Andreas!
www.domain.com/widgets/page.htm?id=xyz
www.domain.com/script.php?pg=page&cat=widgets&id=xyz
RewriteRule ^widgets/(.*)\.htm?id=(.*)$ /solar.php?pg=$1&cat=widgets&id=$2