How do I solve You don't have permission to access this resource?

Hi,

I'm getting an error that says:
Forbidden - you don't have permission to access this resource.
Apache/2.4.55 (Ubuntu) Server at 172.104.205.185 Port 80

Can someone please help me?

Thanks

1 Reply

It sounds like you might be encountering a 403 permissions error described in these two Community posts:

As I understand the issue as you've described it, you need to check file/directory permissions to make sure Apache2 is able to access the files it needs to serve. You can check the following logs to see if it reveals which files it cannot access:

/var/log/apache/access.log
/var/log/apache2/access.log
/var/log/httpd/access.log

Additionally, this solved post on StackOverflow goes into much deeper detail about individual causes for these permission errors and how to resolve them:

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct