Search found 1 match
- Sun Nov 29, 2015 6:47 am
- Forum: Web Server
- Topic: 403 Forbidden
- Replies: 7
- Views: 9949
Re: 403 Forbidden
simply... just open your apache config in /home/$user/conf/web/apache2.conf with nano #nano /home/$user/conf/web/apache2.conf then see this code <Directory /home/$user/web/$domain/public_html> AllowOverride All Options +Includes -Indexes +ExecCGI </Directory> change "-Indexes" with "+Indexes", save ...