Topic awaiting preservation: mod_rewrite and html frames (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-30-2006 20:04
I'm having a problem getting something accomplished. I have vBulletin forums on one subdomain that I need to pull into the bottom frame of a frameset on another subdomain. Before anybody asks... I've asked my sysadmin if we can put the forums on the same subdomain and was told no. code: RewriteEngine on RewriteRule http://thissub.site.com/(.*) http://thatsub.site.com/forums/index.php?$1 [R][L]
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-30-2006 21:14
Okay, I've almost gotten the redirect part done. I'm using this code in an htaccess file on the server the forums are on.
code: http://thissub.site.com/showthread.php?t=1&goto=newpost
|
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 07-01-2006 13:25
read up on your doc - you get the real query string in a variable. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 07-01-2006 18:02
Thanks for giving me something to google on TP. I've been to the Apache Mod_rewrite docs but they aren't the easiest things to read. |