Advertisement

How to Restrict access to the phpMyAdmin by IP Address

How to Restrict access to the phpMyAdmin by IP Address How to Restrict access to the phpMyAdmin by IP Address.

Open Up the File
sudo nano /etc/apache2/conf-available/phpmyadmin.conf

Add after the line
Directory /usr/share/phpmyadmin

Order Deny,Allow
Deny from All
Allow from 139.5.228.255
====================================
IF you want multiple IP address Please use the below.
Add after the line
Directory /usr/share/phpmyadmin

Order Deny,Allow
Deny from All
Allow from 139.5.228.255, 139.5.228.225, 139.5.228.226
====================================================

Restrict access to phpMyAdmin by IP,How to Restrict access to phpMyAdmin by IP Address,how to restrict access to phpMyAdmin from external network? security issue?,phpMyAdmin security issue,restrict access to phpMyAdmin from external network,how to restrict access to phpMyAdmin from external network,

Post a Comment

0 Comments