phpmyadmin accessible on all nodes

Problems with the Windows version of XAMPP, questions, comments, and anything related.

phpmyadmin accessible on all nodes

Postby niatlms » 19. November 2008 14:24

phpmyadmin page is accessible from all nodes of the lan ........i want it to be accessible only on the server's local computer...........can anyone suggest anything
niatlms
 
Posts: 1
Joined: 19. November 2008 14:16

Postby glitzi85 » 19. November 2008 16:16

Open the file xampp\apache\conf\extra\httpd-xampp.conf and replace this code:
Code: Select all
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
    </Directory>


with this Code:

Code: Select all
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
        Order allow,deny
        Allow from localhost
    </Directory>


Then restart Apache.

glitzi
User avatar
glitzi85
 
Posts: 1920
Joined: 05. March 2004 23:26
Location: Dahoim


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 110 guests