Hi!
Say I have a directory structure like this:
/
/main/
/main/images/
/admin/
Is it possible to run a phpscript-file located in the admin directory but making php think it's located inside the main directory instead? So I can access files in /main/images/ by writing ./images in the script located in admin!??
Can this be done?
/Andreas