Page 1 of 1

403 Forbidden

Posted: Fri Jul 04, 2014 12:04 am
by mystycs
i am getting this error on viewing contents in folders on my website.
Forbidden

You don't have permission to access /Web/configfile/ on this server.
How do i go about fixing that or making the contents viewable jsut for this site?

Re: 403 Forbidden

Posted: Sun Jul 06, 2014 10:17 am
by Dilstar
if vesta cp need to compete in the market , they should better their support like cpanel :)

Re: 403 Forbidden

Posted: Sun Jul 06, 2014 12:31 pm
by ivanh
Dilstar wrote:if vesta cp need to compete in the market , they should better their support like cpanel :)
Please.
http://vestacp.com/#support

Re: 403 Forbidden

Posted: Sun Jul 06, 2014 10:55 pm
by ahmiq
Dilstar wrote:if vesta cp need to compete in the market , they should better their support like cpanel :)

yeah i am using it for free. look for paid support :) vesta team offers it

Re: 403 Forbidden

Posted: Mon Jul 07, 2014 10:42 am
by imperio
Hi, mystycs
do you solved your problem?

Re: 403 Forbidden

Posted: Tue Jul 08, 2014 11:39 am
by erldcrtz
Dilstar wrote:if vesta cp need to compete in the market , they should better their support like cpanel :)
subscribe with their support package http://vestacp.com/#support

vesta is way different from cpanel...to me they have different goals

Im a cpanel user since 2003 and when I found out about vestaCP I slowly started moving all of my servers to vestacp

Im tired of paying cpanel expensive license fee that has so many stuff in it that I don't need...

vestacp is lightweight, fast and simple.. free or inexpensive.. thats all I need ;)

-------------------------------------------------------------------------------------------------------------------
mystycs wrote:i am getting this error on viewing contents in folders on my website.
Forbidden

You don't have permission to access /Web/configfile/ on this server.
How do i go about fixing that or making the contents viewable jsut for this site?
mystycs please provide more info about your problem...

websites are viewed from this folder /home/username/web/yourdomain.com/public_html

Re: 403 Forbidden

Posted: Sun Nov 29, 2015 6:47 am
by anantax13
simply...
just open your apache config in /home/$user/conf/web/apache2.conf with nano

Code: Select all

#nano /home/$user/conf/web/apache2.conf
then see this code

Code: Select all

 <Directory /home/$user/web/$domain/public_html>
        AllowOverride All
        Options +Includes -Indexes +ExecCGI
    </Directory>
change "-Indexes" with "+Indexes", save the config. Then restart your apache.

Code: Select all

#service apache2 restart

Re: 403 Forbidden

Posted: Wed Dec 07, 2016 3:02 pm
by pejonic
I sometimes see this error too, when using wordpress, How can i fix it?