PDA

View Full Version : acatalog missing from dynamic URL


con
28-May-2003, 10:37 AM
Hi there

I have a home page with a dropdown nav, yahoo style text links & a custom nav on it . Overkill maybe but its what the client wants.
http://217.114.167.164

Anyhoo

All of these elements use the perl scripts to put in the links right?
for example the hardcoded link to the about section is
<a href="http://217.114.167.164/cgi-bin/ss000001.pl?SECTIONID=about%2ehtml&NOLOGIN=1"

The problem I'm getting is that some of these files sit inside the acatalog directory but this isn't being written into the url.

So

http://217.114.167.164/acatalog/PC_Hardware.html

gets written as

http://217.114.167.164/PC_Hardware.html

And I get file not found

Any ideas?

zmagyar
28-May-2003, 01:25 PM
Please see http://community.actinic.com/showthread.php?s=&threadid=864 as it looks like an identical problem.

Regards,

con
29-May-2003, 04:57 PM
htat seemed to work fine