Q
qxxx
Guest
Hello!
i would like to acces files from subdomains also on the main domain,
example:
http://download.example.com/file.zip
want to acces from here:
http://www.example.com/download/file.zip
i created a symlink like that:
ln -s /home/httpd/vhosts/example.com/subdomains/download/httpdocs download
(in folder: /home/httpd/vhosts/example.com/httpdocs)
the symlink is created.
now if i acces a file like that:
http://www.example.com/download/file.zip
apache shows: a 403 error (forbidden)
The Apache Logs showing "Symlinks are not allowed here"
i chmoded all 777, chown wwwrun.www, restarted the apache,
what can i do more?
Thanks in Advance, Q
i would like to acces files from subdomains also on the main domain,
example:
http://download.example.com/file.zip
want to acces from here:
http://www.example.com/download/file.zip
i created a symlink like that:
ln -s /home/httpd/vhosts/example.com/subdomains/download/httpdocs download
(in folder: /home/httpd/vhosts/example.com/httpdocs)
the symlink is created.
now if i acces a file like that:
http://www.example.com/download/file.zip
apache shows: a 403 error (forbidden)
The Apache Logs showing "Symlinks are not allowed here"
i chmoded all 777, chown wwwrun.www, restarted the apache,
what can i do more?
Thanks in Advance, Q