gpearson
Junior Member
Posts: 4
Registered: 11/26/2002
Member Is Offline
|
| posted on 12/9/2002 at 12:03 AM |
|
|
problems after moving web site to Apache server
My menu works fine on my ISP's unix server, but when I load it to my fresh RH 8.0 box with Apache the icons are either missing or distorted.
Any ideas?
Thanks
Greg
|
|
|
rizko
Junior Member
Posts: 6
Registered: 12/1/2002
Member Is Offline
|
| posted on 12/10/2002 at 03:31 PM |
|
|
Check your Directory!
Check your Directory! :)
|
|
|
sfielding
Junior Member
Posts: 2
Registered: 12/11/2002
Member Is Offline
|
posted on 12/11/2002 at 04:39 PM |
|
|
Dilbert
Hi -
I'm having a similiar problem on Apache. If I move the file onto a different server, everything works fine.
It's a large tree (500+) entries... I just have to wait for all the icons to load in some cases.
When I move it to Apache, the tree icons do no also display as I go through the hierarchy.
|
|
|
gpearson
Junior Member
Posts: 4
Registered: 11/26/2002
Member Is Offline
|
posted on 12/13/2002 at 04:22 AM |
|
|
Okay:
Figured it out.
The way the script is written, the Tree Menu is told to look in the icons folder for the graphics. Apache has its own icons folder and it wont let the
tree menus in there.
If you mive your icons folder to, say, under your images folder, then edit tree_tpl.js icon locations. i.e. '/icons/empty.gif' to
'images/icons/empty.gif' it should work
HTH
Greg
|
|
|