PDA

View Full Version : Link Page URLs incorrect


Possum
06-03-2008, 09:42 PM
I have installed vBa Links Directory, and put the /links folder in the root of my public_html directory, as stated.

My problem is that now all of the action and category links on the Directory page are prepended with the actual forum URL and not the root/links/ URL. This is true for all vBa Links Directory internal link URLs only.

For example, for my first category, the link is showing as:

http://www.nbssportfishing.com/vBforum/browselinks.php?c=2

...it should be:

http://www.nbssportfishing.com/links/browselinks.php?c=2

I followed the instructions carefully, and am befuddled.

I also have vBa CMPS installed, if that is relevant.

I have the Directory turned off for now, as this would simply look foolish to my members.

I have searched around here to no avail. I do have vBSEO installed too.

Brian
06-04-2008, 10:43 AM
Looks like you need to remove this line from your templates (most likely 'headinclude'):
<base href="http://www.nbssportfishing.com/vBforum/" />

Our Sponsors
 

Possum
06-08-2008, 08:43 PM
Looks like you need to remove this line from your templates (most likely 'headinclude'):
<base href="http://www.nbssportfishing.com/vBforum/" />

That was it. Appreciated. I was banging my head on this one.