I want to play around with Django, but I'm clueless on why I get a "Forbidden: You don't have permission to access /django_test/ on this server" message.
I'm working on a VPS with CentOS 6.5 installed, and I installed Python / Django and created a project in the folder:
/home/admin/domains/zwoop.be/public_html
I have a few other demo's and Wordpress sites running (like Laravel4) in this folder (linked to a subdomain, or just running there in a subfolder as test) and they run without any permission problem.
The things I've checked:
- Folder permissions (changed them with chmod -R 775);
- SELinux -> disabled;
- Owner: I tried to change from root to admin (also the owner for my other folders), which shouldn't be a problem. But without success.
I've searched a long time for this and I'm kinda desperate, because I want to get started with Django.
Do you have any ideas?