Results 1 to 2 of 2

Thread: Sub Domain

  1. #1

    Sub Domain

    Hi all,
    I bought a domain called nnx. and I have another domain namley s. and sub domain sss./test

    Can I make nnx. to point to sss/test .

    Is there any method other than url redirection. I want the url to be nnx.

    Thanks

  2. #2
    Join Date
    Nov 2009
    Location
    London
    Posts
    227
    Hi.

    The best way is to move the files from the sub-domain to the hosting on the actual domain - this will cut redundancy, and failure points. The least amount of server hops you rely on, the more likely you will have the uptime!

    On the other hand - if this is not an option, you could use the iframe technology? If you create a full screen iframe with a little HTML then you will be able to load the website on your domain inside the iframe.

    Eg:

    <html>
    <head>
    <title>Full Page IFrame</title>
    <style type="text/css">
    html {overflow: auto;}
    html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
    iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
    </style>
    </head>
    <body>
    <iframe id="tree" name="tree" src="http://www.theotherdomainname.com/subdomain/file.html" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
    </body>
    </html>

    This hopefully should help you?

    Best.
    Last edited by XelionOne; 02-28-2011 at 01:50 PM. Reason: spelling
    XelionOne
    Simple | Professional | Reliable
    Shared, Reseller, ShoutCast & Dedicated Hosting
    http://xelionone.com

Similar Threads

  1. Redirecting domain.com and www.domain.com to x.domain.com ?
    By Max Renn in forum Hosting Security and Technology
    Replies: 4
    Last Post: 02-25-2007, 11:00 PM
  2. Replies: 6
    Last Post: 07-08-2004, 02:14 AM
  3. Replies: 0
    Last Post: 01-08-2004, 04:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •