Hi hope someone can help, I have the following little problem:
Ubuntu server 64bit current release running 2 virtual websites
Folder structure
site1 (This site is available to the web)
/var/www/site1
site2 (intranet)
/var/www/site2
/var/www/site2/pdf/order_pdf/ (folders where .pdfs are stored)
So from site1 I have tried to link to a file contained in site2 with the following:
<a href="../site2/pdf/prder_pdf/filename.pdf
This doesn’t seem to work, hope someone can help?
I added the following line to the Virtual hots file for site1 /etc/apache2/sites-available/default file
and now working a charm.