AH01630: client denied by server configuration .htaccess
问题 I'm having this error, and i can't solve it. I type tail -f /usr/local/apache/logs/error_log on cpanel terminal and I receive the following error: [authz_core:error] [pid 10250] here's my .htaccess code: <IfModule authz_core_module> Require all granted </IfModule> <IfModule !authz_core_module> Require all denied </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> I'm not