Hi everybody,
we have some PHP4 webpages in an ibay of our SME5.5.
This PHP uses inc files, which are in subdirectories.
A link within this file like
src="../images/rechts_about.jpg" vspace="30" hspace="12" width="224" height="224"> |
should result in an access to the file http://myserver/myebay/images/rechts_about.jpg
but in fact it tries to access
http://myserver/images/rechts_about.jpg
which does not exist.
I tried
/sbin/e-smith/db accounts setprop myibay PHPBaseDir /home/e-smith/files/ibays/myibay
/sbin/e-smith/signal-event ibay-modify myibay
but still it is not working.
TIA
Joachim Koenen