403 Forbidden
403 Forbidden
i am getting this error on viewing contents in folders on my website.
How do i go about fixing that or making the contents viewable jsut for this site?Forbidden
You don't have permission to access /Web/configfile/ on this server.
Re: 403 Forbidden
if vesta cp need to compete in the market , they should better their support like cpanel :)
Re: 403 Forbidden
Please.Dilstar wrote:if vesta cp need to compete in the market , they should better their support like cpanel :)
http://vestacp.com/#support
Re: 403 Forbidden
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
Hi, mystycs
do you solved your problem?
do you solved your problem?
Re: 403 Forbidden
subscribe with their support package http://vestacp.com/#supportDilstar wrote:if vesta cp need to compete in the market , they should better their support like cpanel :)
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 please provide more info about your problem...mystycs wrote:i am getting this error on viewing contents in folders on my website.How do i go about fixing that or making the contents viewable jsut for this site?Forbidden
You don't have permission to access /Web/configfile/ on this server.
websites are viewed from this folder /home/username/web/yourdomain.com/public_html
Re: 403 Forbidden
simply...
just open your apache config in /home/$user/conf/web/apache2.conf with nano
then see this code
change "-Indexes" with "+Indexes", save the config. Then restart your apache.
just open your apache config in /home/$user/conf/web/apache2.conf with nano
Code: Select all
#nano /home/$user/conf/web/apache2.conf
Code: Select all
<Directory /home/$user/web/$domain/public_html>
AllowOverride All
Options +Includes -Indexes +ExecCGI
</Directory>
Code: Select all
#service apache2 restart
Re: 403 Forbidden
I sometimes see this error too, when using wordpress, How can i fix it?