camelCase
The Case of the Mysterious Camel.
- Reaction score
- 358
I don't really know how sub-domains and UNIX file permissions work but I suspect that my problem has to do with those.
I have a web-host service subscription and, at the nagging of my girlfriend, decided to get wordpress installed. So, I placed the files under "/public_html/wordpress" and added a sub-domain (blog.mysite.com) to point to that folder.
It works fine when I go to "mysite.com/wordpress" but when I go to "blog.mysite.com", all images show up as blanks. So I did a few tests and tried to access the images using "mysite.com/wordpress/<path to image>" and "blog.mysite.com/<path to image>".
On the first address, I can access the image but on the second address, I get a 403 forbidden access error. The file permissions are all 644.
So..
Long story short, the sub-domain causes images to be inaccessible; how would I fix it?
I have a web-host service subscription and, at the nagging of my girlfriend, decided to get wordpress installed. So, I placed the files under "/public_html/wordpress" and added a sub-domain (blog.mysite.com) to point to that folder.
It works fine when I go to "mysite.com/wordpress" but when I go to "blog.mysite.com", all images show up as blanks. So I did a few tests and tried to access the images using "mysite.com/wordpress/<path to image>" and "blog.mysite.com/<path to image>".
On the first address, I can access the image but on the second address, I get a 403 forbidden access error. The file permissions are all 644.
So..
Long story short, the sub-domain causes images to be inaccessible; how would I fix it?