Thursday, July 7, 2016

Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster. Error 403

a


Access forbidden!


You don't have permission to access the requested directory.
There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.

Error 403

Đây là file config mẫu để bạn kiểm thử.

<VirtualHost 127.0.0.x:80>
    ServerAdmin info@longliulo.co
    DocumentRoot "/path/to/your/folder"
    ServerName yourdomain.com
 <Directory "/path/to/your/folder">
                Allow from all
                AllowOverride All
                Order Allow,Deny
                Require all granted
    </Directory>
    ErrorLog "logs/yourdomain.com.dummy-host2.example.com-error.log"
    CustomLog "logs/yourdomain.com.dummy-host2.example.com-access.log" common
</VirtualHost>


EmoticonEmoticon