oshybka
#1

Hello I have a problem, how Open Access phpmayadmin

View my oshybki

 

 

forbidden

 

You do not have permission to access / PhpMyAdmin / on this server.

 

Apache/2.2.15 (CentOS) Server at 46.254.18.95 Port 80

#2

You must create an alias into httpd.conf file like this:

 

 

Alias /phpmyadmin "/var/www/html/phpmyadmin3.5.1/"
# Use this for ONLY local connections
#
# Require local
#
# Or use this for all machines you want
#
# Require all granted
#
<Directory "/var/www/html/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
</Directory>

 

Regards

#3
phpmyadmin(should be ver 2x) or phpMyAdmin.....(should be ver 3X) ?

#4


You must create an alias into httpd.conf file like this:

 

 

Alias /phpmyadmin "/var/www/html/phpmyadmin3.5.1/"
# Use this for ONLY local connections
#
# Require local
#
# Or use this for all machines you want
#
# Require all granted
#
<Directory "/var/www/html/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
</Directory>

 

Regards

 

 

Gzhe Owned by an alias



Forum Jump:


Users browsing this thread: 1 Guest(s)