Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Url Problem
#1
See this boards url : http://www.supportforums.net/

When the page is refreshed it doesnt show : http://www.supportforums.net/index.php

Im just curious how to do this (not having to display the "/index.php" part of the link)

Im setting up a website and when i click on the homepage it displays the link + /index.php.

Hope you can answer this for me, as its annoying to have in visible in the link.
Reply
#2
<a href="/">Home page</a>

Starting a link with "/" will start from the root, like, if you were on http://www.example.com/folder/folder2
And you had a link like <a href="folder3/folder4">Folder 4</a> that would start from current position
And would mean http://www.example.com/folder/folder2/folder3/folder4

<a href="/folder3/folder4">Folder 4</a> would mean http://www.example.com/folder3/folder4 an this case that doesn't exist.
Reply
#3
So were exactly do i place this link ?
Reply
#4
You modify the link.

Is it a pre-made forum such as vBulletin or MyBB? If so, it's not really explainable, it will be in the middle of a bunch of PHP coding, try backing it up, an searching for it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Short URL script? Fragma 4 1,038 08-28-2011, 03:12 AM
Last Post: Fragma
  if my hosting plan url is 69.163.34.236 i7up37t 1 619 02-23-2011, 12:51 PM
Last Post: Omarito
  Open Source URL Shortening Script RPicard 18 3,715 12-11-2009, 12:12 PM
Last Post: RPicard
  2 Different PayPal IPN URL's? Grizzly 2 1,008 12-09-2009, 11:32 AM
Last Post: Grizzly
  Anyone ever had a problem with 1and1? [Domain Problem] Jordan L. 2 1,133 11-10-2009, 04:59 PM
Last Post: Jordan L.

Forum Jump:


Users browsing this thread: 1 Guest(s)