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.
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.