Page 1 of 1

How to remove password for the web site.

PostPosted: 26. April 2013 09:24
by vagelism22678
Hello to all.
I set up a XAMPP server on a AWS machine.
Works great except that when I load the initial page from my browser it askes me for user and password.
Even if I remove the password setting it to "" it still asks for user name.
How can I do it behave like a normal web page that people come to visit it dont need to use username and password?
Thank you in advance!

Re: How to remove password for the web site.

PostPosted: 26. April 2013 11:47
by Altrea
Hello,

remove the .htaccess file!?
btw: XAMPP is not supported as productive/live webserver here.

best wishes,
Altrea

Re: How to remove password for the web site.

PostPosted: 26. April 2013 12:45
by vagelism22678
Thank you!
I will try it and reply to you as soon as possible!

Re: How to remove password for the web site.

PostPosted: 26. April 2013 14:50
by vagelism22678
Altrea wrote:Hello,

remove the .htaccess file!?
btw: XAMPP is not supported as productive/live webserver here.

best wishes,
Altrea

Hello once more.
Seems that work.
Can you please tell me in few lines why the XAMPP is not for production enviroment and what is the difference of zend server?
Thank you!

Re: How to remove password for the web site.

PostPosted: 28. April 2013 18:03
by Altrea
vagelism22678 wrote:Can you please tell me in few lines why the XAMPP is not for production enviroment

  • known passwords
  • many modules enabled
  • many debug functions and reportings enabled
  • not tested, configured or optimized for stability
  • not tested, configured or optimized for performance
  • not tested, configured or optimized for security
  • updating any of the core single components is not supported
  • requests how to get XAMPP running in such environments are not supported here

vagelism22678 wrote:and what is the difference of zend server?

http://www.zend.com/en/products/server/faq#faqA3
http://www.zend.com/en/products/server/free-edition

best wishes,
Altrea

Re: How to remove password for the web site.

PostPosted: 10. May 2013 13:29
by JonB
Good Answer Altrea

8)