<VirtualHost *:80>
# This first-listed virtual host is also the default for *:80
ServerName www.example.com
ServerAlias example.com
DocumentRoot "/www/domain"
<Location />
Order deny,allow
Deny from all
Allow from 203.151.203.141
</Location>
</VirtualHost>
หากกำหนด Allow from เป็น IP แบบนี้จะมีผลต่อการเข้าถึง และใช้งาน phpMyAdmin ด้วยใช่มั้ยครับพี่วิน แล้วถ้า IP ที่เราใช้มาจาก ADSL มันเปลี่ยนไปทุกวัน จะมีวิธีแก้ไขมั้ยครับ?