- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
To Solve 403 Forbiddon Error Error
/etc/httpd/conf
Login as root
Change conf.
From
<Directory />
AllowOverride none
Require all denied
</Directory>
To
<Directory />
AllowOverride All
Require all granted
</Directory>
Restart Apache