bacon wrote:
What makes you sure that the page returned isn't on your server?
Because the page that is appearing contains an iFrame with an unknown (to me) source IP.
bacon wrote:
What are the permissions of all the parent directories?
mope@ubuntu:~$ ls -lh public
total 8.0K
drwxrwxr-x 5 mope mope 4.0K Jun 9 21:51 domain.com
drwxrwxr-x 5 mope mope 4.0K Jul 6 11:23 subdomain.domain.com
bacon wrote:
Is DocumentRoot literally ~/public/subdomain.domain.com/public? ~ is short hand for the current user's home directory, and your webserver will be running as a user that is not "mope".
I am not using the short hand in my VirtualHost file, instead I am using this: /home/mope/public/subdomain.domain.com/public
(But mind you I have this very same set up for domain.com and everything is working fine)