You don't have permission to access /phpmyadmin/index

stebu

New Member
System Debian/Etch

I've installed phpmyadmin with apt-get. If I try to open http://www.myserver.net/phpmyadmin I get the error:
Forbidden You don't have permission to access /phpmyadmin/index on this server. Apache/2.2.3 (Debian) PHP/5.2.0-8+etch7 Server at www.myserver.net Port 80

In a another theme I found, that probably I have to change some settings in config.inc.php. My folder phpmyadmin is linked to /usr/share/phpmyadmin. I'm new to linux/apache2: Do I have to change some access rights? Which one?
 
Meine Konfigurationsdati

Ich habe diesen Befehl in meiner Konfiguration drin. Es funktioniert trotzdem nicht. Könnte es am AllowOverride liegen?

Code:
<Directory "/var/www/wwwcogitosumnet">
allow from all
Options +Indexes +FollowSymLinks
AllowOverride None
</Directory>
 
Back
Top