XAMPP: how can I disable authentication of xampp user ?

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

XAMPP: how can I disable authentication of xampp user ?

Postby ceinma » 10. November 2008 17:35

When I charge my page the first time after a restart alway ask me an user and password. I do not want the system ask me the same cuestion

thank you
ceinma
 
Posts: 6
Joined: 08. November 2008 23:59

Postby dgbauer » 10. November 2008 23:26

If you mean where you enter in the "lampp" user name and a password for the Apache Authentication, then I think I can help.

Inside of the xampp directory (/opt/lampp/htdocs/xampp) there is a .htaccess file that contains the instructions for Apache to ask for authorization. You can rename it, or go into the file and comment out the following lines:

Code: Select all
AuthName "xampp user"
AuthType Basic
AuthUserFile /opt/lampp/lib/xampp.users
require valid-user


Then reload apache (/opt/lampp/lampp reloadapache) and you should be good.

Hope this helps
.: Capital D :.
dgbauer
 
Posts: 2
Joined: 10. November 2008 21:34
Location: St. Louis

thank you

Postby ceinma » 11. November 2008 12:17

thank you for your help.
ceinma
 
Posts: 6
Joined: 08. November 2008 23:59


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 20 guests