- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- December 2004
- Status:
- offline
- last visit:
- 25.12.04
- Posts:
- 10
IS the a way to just make the URL www.site.com/forum instead of www.site.com/index.php?name=PNphpBB2?? -
- rank:
-
Helper
- registered:
- December 2003
- Status:
- offline
- last visit:
- 15.04.06
- Posts:
- 357
I suppose you could create a page
index.html
within a directory "forum" within your root
with an instantaneous re-direct to the proper URL
Code
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.site.com/index.php?name=PNphpBB2">
then
Code
www.site.com/forum
would bring up this page, which would instantly re-direct to the forum
Oh - your could pop something cool on this otherwise Blank Page, in case "instantaneous" is a relative term, for folks to hang out with while instantaneous is happening.
