Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

phpmyadmin forbidden (5 replies)

$
0
0
I have just setup my wamp server and after editing httpd-vhosts.conf I managed to login from a remote pc (within same network) however when clicking on phpmyadmin I am encountering the permission error


I have edited phpmyadmin.conf and restarted the services (also the server just in case) however still didn't manage to get it working.

At the moment I changed the settings to all allow however eventually I wish to only allow a certain network to have access 192.168.20.xx


Alias /phpmyadmin "c:/wamp64/apps/phpmyadmin4.8.5/"


<Directory "c:/wamp64/apps/phpmyadmin4.8.5/">
	Options +Indexes +FollowSymLinks +MultiViews
  AllowOverride all
  <ifDefine APACHE24>
		Require all granted
	</ifDefine>
	<ifDefine !APACHE24>
		Order Deny,Allow
    Allow from all
    Allow from localhost ::1 127.0.0.1
	</ifDefine>

# To import big file you can increase values
  php_admin_value upload_max_filesize 128M
  php_admin_value post_max_size 128M
  php_admin_value max_execution_time 360
  php_admin_value max_input_time 360
</Directory>

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>