Results 1 to 5 of 5

Thread: Url Too Looooooooong

  1. #1
    I have a new forum but a long url too.Its posibille without using a url redirection to integrate on my site url .Ex : my site is www.klitetools.com.

    and the forum url i like to look like this :

    www.klitetools.com/forum/ ?

  2. Internet, Programming and Graphics   -   #2
    SeK612's Avatar Poster BT Rep: +10BT Rep +10
    Join Date
    Nov 2002
    Location
    UK
    Posts
    718
    I think it has to be on the same server so you'd have to have the forum in a subfolder called forum on the same server as the one which your site is hosted on. If your forum is hosted elsewhere you may be able to redirect so when some accesses /forum on the site server it points them towards the forum. Otherwise try one of the free short url sites (like .tk).

  3. Internet, Programming and Graphics   -   #3
    Nah just create a folder on your site having the name "forum."

    Then create an index.html files which redirects in 0 secs to that long site url. If you have url masking from your server than that url wont even be shown.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  4. Internet, Programming and Graphics   -   #4
    h1
    Guest
    Here&#39;s something you could use:
    Code:
    &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
    &#60;&#33;doctype html public &#34;-//W3C//DTD XHTML 1.1 Strict//EN&#34; &#34;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1.1-strict.dtd&#34;&#62;
    &#60;html xmlns=&#34;http&#58;//www.w3.org/1999/xhtml&#34; xml&#58;lang=&#34;en-US&#34; lang=&#34;en-US&#34;&#62;
    &#60;head&#62;
    &#60;title&#62;Redirecting...&#60;/title&#62;
    &#60;noscript&#62;
    &#60;meta http-equiv=&#34;refresh&#34; content=&#34;0;url=&#91;FORUM URL&#93;&#34; /&#62;
    &#60;/noscript&#62;
    &#60;script type=&#34;text/javascript&#34;&#62;
    document.location=&#34;&#91;FORUM URL&#93;&#34;;
    &#60;/script&#62;
    &#60;/head&#62;
    &#60;body&#62;
    &#60;&#33;-- Insert some text here if you want --&#62;
    &#60;/body&#62;
    &#60;/html&#62;

  5. Internet, Programming and Graphics   -   #5
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    Code:
    http&#58;//freeforums.sebflipper.com/index.php?mforum=kltechsupport&
    That is a bit long&#33; Do you have any subdomains as part of your hosting deal?

    You should be able to set up www.klitetools.com/forum or forum.klitetools.com as part of the package.

Bookmarks

Posting Permissions

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