[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] Missing images
Quoting Jillian Carroll
> If I physically move my site to another location and I change the
> pathing in
> the Administrative Console... is there somewhere else I need to change the
> path information? I changed the information in the admin, but my
> images are
> still not showing up.
You did not say which images were not showing (cat or UI), but perhaps a
symlink from
/local_path/html_directory/your_cat/images to
/local_path/catalogs/your_cat/images
Try this:
telnet to
/local_path/catalogs/your_cat
and create a symlink by entering:
ln -s /local_path/html_directory/your_cat/images images
this creates a symlink to your images in the html directory FROM your
catalog directory (if it is missing)
Good luck!
Curt Hauge