Quote:
Originally Posted by merk_aus
T
My only issue now is (and I will be reviewing this entire thread to see if it is posted here) I am trying to make it that the CMS is only available on domain1.com and so if members type in domain2.com, domain3.com they get taken straight to the forums for that site.
|
There might be a better way but you could use the conditional I have in post #193 and put code in the header of the CMS template to forward people to another page depending on which domain they are using.
You can redirect with Javascript then...
Code:
<script type="text/javascript">
<!--
window.location = "http://www.domain2.com/forums/forum.php"
//-->
</script>