Maybe I'm over complicating things here, but here goes.
I'd like to have a system where a user can have theri own website by selecting a website template.
Lets say a user select template1 stored at:
\htdocs\templates\template1\
He will also need to be able to store his own files, such as images, for example, his logo. Is there a way that Apache can pull files from a seperate location but for the same domain?
Lets say his images are stored at:
\htdocs\clients\client1\images\
I can't have the images stored in a subfolder of the template directory as the user may decide to change to a different template.
It needs to be so that when a browser looks at an image, it will appear as
I'm using Apache2.2 and PHP 5. Maybe I'm going about this completely the wrong way and there is a much simpler solution.
Thanks,
Dan
----------------------------------------
Knowing is not enough, we must apply. Willing is not enough, we must do.
--Bruce Lee
I'd like to have a system where a user can have theri own website by selecting a website template.
Lets say a user select template1 stored at:
\htdocs\templates\template1\
He will also need to be able to store his own files, such as images, for example, his logo. Is there a way that Apache can pull files from a seperate location but for the same domain?
Lets say his images are stored at:
\htdocs\clients\client1\images\
I can't have the images stored in a subfolder of the template directory as the user may decide to change to a different template.
It needs to be so that when a browser looks at an image, it will appear as
I'm using Apache2.2 and PHP 5. Maybe I'm going about this completely the wrong way and there is a much simpler solution.
Thanks,
Dan
----------------------------------------
Knowing is not enough, we must apply. Willing is not enough, we must do.
--Bruce Lee