我刚在centos6.5上安装了lamp并安装了laravel。
我在laravel应用程序中添加了.htaccess到根目录:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>
Access Forbidden You don't have permission to access /phpmyadmin/ on this server
我怎样才能解决这个问题?