Hi all
It's not exactly a PHP related question but more Apache.
I have a CMS system which contains images and files which are visible on the website it updates. A recent change in domain name structure means I have to host the CMS on a different IP address to that of the website (but still on the same web server) so my website is now going to have to reference images and files in the source code as such:
http://www.myadminsystem.com/images/logo.jpg
What I am looking for is a way to prevent the domain name from appearing in my source code (for security reasons) but for the files to still be accessible on the website.
I know Alias works if the images are within the same file structure but the CMS will not be in the same file structure as my website - just hosted on the same server but with a new IP.
Any suggestions on how I can achieve this?
thanks for reading