firstly i was facing this error operatonal error randomly database write
but when i fixed this error by these commands chmod 664 ~/myproject/db.sqlite3 sudo chown :www-data ~/myproject/db.sqlite3 sudo chown :www-data ~/myproject
then i got this error Forbidden You don’t have permission to access this resource.
please help me
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @akshaykoshti401,
Apache usually searches for an index.html, index.php, index.htm files in the WebRoot of the website you are loading. If it can’t find any, it will throw the 403 forbidden error.
Depending on the initial file your website should load, you can edit the website’s vhost file. In your vhost file, you’ll find a line that would look something like that
DirectoryIndex index.php index.html index.htm
Add the first file your website should load right after DirectoryIndex and restart Apache.
service apache2 restart
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.