Click to See Complete Forum and Search --> : Bad path problem but how to fix?


Kbee
05-15-2007, 01:52 PM
Hello

If you go to http://www.enhancedwireless.net/Opportunities/manufacturers.shtml and select any of the sub menus under "Manufacturers" you should get a password challenge screen - click cancel and you should get an authentication page. Now at the bottom there is a library item with 5 menu items which work on all other pages but this one.

It must be a path issue but I've tried ../../Library/footer, I've tried ../Library/footer, I've tried /Library/footer and I still get page not found when I click on any of those 5 items...it's still placing those links in the Manufacturer folder called Opportunites, but it should link only to the correct page outside of Opportunities folder.

Thoughts?

Thank you

KB

Tweak4
05-15-2007, 03:38 PM
It looks like "../../" should be correct. If you change the page code to that (they are "../" now), are you saying the link destinations don't change?
If all else fails, you could either use just "/Company/whatever", or just use an absolute (i.e. complete) url instead of trying to use a relative one.

Kbee
05-15-2007, 04:57 PM
Wunderbar! That' sit - I changed all links to "/" only and kept the ../Library as was and it now works, thanks much

KB