PDA

View Full Version : Navbar Forum and Home Paths with Custom Vb Page


EquinoxWorld
09-10-2011, 02:25 PM
Hello everyone, I was wondering if anyone has any ideas as to how to fix the "Home" and "Forum" links in the navigation bar when creating a page and not placing it within forum root. Allow me to explain;

I created this page for example:

-cotw.php

it is located here :

-http://xxxxxxx.xxx/intuitco/cotw/cotw.php

All the links in the navbar (for the most part) link to their respective pages fine but "Forum" and "Home" have these paths:

-http://xxxxxxx.xxx/intuitco/cotw/forums/
-http://xxxxxxx.xxx/intuitco/cotw/content.php

Would there be someway to "force" these links in my custom page to redirect properly without having to move my page anywhere? They should be linked like so:

-http://xxxxxxx.xxx/forums/
-http://xxxxxxx.xxx/content.php


Any help or information on this matter will be very much appreciated. Thank you for your time. Hope everyone is having a great weekend. :)

Regards,

Nox

kh99
09-14-2011, 02:23 AM
Maybe try using a base tag, like

<base href="http://xxxxxxx.xxx/forums/" />


I believe it should go between the <head> tags.