View Single Post
Old 07-05-2004, 10:09 AM  
arachnO
Confirmed User
 
arachnO's Avatar
 
Industry Role:
Join Date: Jan 2004
Location: Cyprus
Posts: 1,327
Use can do it easy with mod_rewrite

PHP Code:
RewriteEngine on
RewriteBase    
/

RewriteRule    ^galleries/1.php?affid=([0-9a-zA-Z_\-]+)?$ http://www.domainB.com/galleries/1.php?affid=$1 [T=application/x-httpd-php,L] 
arachnO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote