I need help with this htaccess rewrite rule
Code:
RewriteEngine On
RewriteRule ^http:\/\/(www\.)?xn--zhq692d06i\.net(.*)$ http://linksku.com/idn/56/viewforum.php?f=7&$2
I have a domain xn--zhq692d06i.net and linksku.com. The files for xn--zhq692d06i.net are actually at http://linksku.com/idn/adirectory, my host configured the server to make it work. However, I want to make xn--zhq692d06i.net use the files from http://linksku.com/idn/56/
For example, if a users goes to http://xn--zhq692d06i.net/t=2, I want http://linksku.com/idn/56/viewforum.php?f=7&t=2 to be displayed.