403 forbidden You don't have permission to access / on this server.

tayljam

Registered
May 17, 2012
1
0
51
cPanel Access Level
Root Administrator
Hello!

I have a VPS and WHM installed, I have hosted my domain but when I type it in browser address bar I get a message "403 forbidden You don't have permission to access / on this server." Anyone can help me to solve this problem? Here is httpd.conf:
<Directory "/">
Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch
AllowOverride None
Order deny,allow
Deny from all

</Directory>

<Directory "/usr/local/apache/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

</Directory>

<FilesMatch "^\.ht">
Order allow,deny
Deny from all

Maybe it will help.

Thanks.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Please post the specific error message from the Apache error log when you notice the 403 message. The Apache error log can be found at:

Code:
# /usr/local/apache/logs/error_log
Thank you.