URL displayed in address bar.

liunx

Guest
Hi, <br />
<br />
I have set up a subdomain wth my hosters and it redirects to my forum. I want the URL to be displayed in the address bar as my subdomain. <br />
<br />
Confused? <br />
<br />
My Url: <!-- m --><a class="postlink" href="http://www.uniquetouch.co.uk">http://www.uniquetouch.co.uk</a><!-- m --> <br />
<br />
My Subdomain: <!-- m --><a class="postlink" href="http://foum.uniquetouch.co.uk">http://foum.uniquetouch.co.uk</a><!-- m --> <br />
<br />
My subdomain redirects to: <!-- m --><a class="postlink" href="http://www.uniquetouch.co.uk/phpBB2">http://www.uniquetouch.co.uk/phpBB2</a><!-- m --> <br />
<br />
When i use <!-- m --><a class="postlink" href="http://foum.uniquetouch.co.uk">http://foum.uniquetouch.co.uk</a><!-- m --> once the forum is loaded, the URL displayed in the address bar is <!-- m --><a class="postlink" href="http://www.uniquetouch.co.uk/phpBB2">http://www.uniquetouch.co.uk/phpBB2</a><!-- m --> <br />
<br />
What I want to do is to keep it as <!-- m --><a class="postlink" href="http://foum.uniquetouch.co.uk">http://foum.uniquetouch.co.uk</a><!-- m --> <br />
<br />
Is this possible? What do I need to do? <br />
<br />
Many thanks in advance.<!--content-->I am pretty sure you have to talk to your ISP as they are the ones that control the server with your subdomain. there is no code that youcan run that iwll change teh url displayed in the address bar.<!--content-->You can do that by using frames<br />
<br />
Copy and paste this code and save it and upload it to the subdomain <br />
<!-- m --><a class="postlink" href="http://foum.uniquetouch.co.uk">http://foum.uniquetouch.co.uk</a><!-- m --> <br />
<br />
<br />
<br />
<html><br />
<head><br />
<title></title><br />
</head><br />
<frameset rows="100%,*" FRAMESPACING=0 FRAMEBORDER=0 BORDER=0><br />
<frame src=http://www.htmlforums.com/archive/index.php/"http://www.uniquetouch.co.uk/phpBB2 <br />
" NAME="MAIN_FRAME" SCROLLING="AUTO" NORESIZE FRAMEBORDER=0 BORDER=0 MARGINHEIGHT=3 MARGINWIDTH=3><br />
</frameset></html><!--content-->thanks fredricknish for your code.<br />
<br />
it does seem to do the job.<br />
<br />
but i will speak to my hosters as scoutt advised.<br />
<br />
many thanks<!--content-->
 
Back
Top