Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Note - This applies if end user forgotten the valid-user and password combination for mod_auth_basic module.

Edit the .htaccess file in your favorite text editor and comment out the authorization module entries and "save, exit" the /var/www/html/.htaccess as following:

  1. nano /var/www/html/.htaccess

  2. #AuthUserFile /var/www/.htpasswd
    #AuthType Basic
    #AuthName "Restricted"
    #Require valid-user

  3. save & exit and refresh your web browser, access to the http://your.pbx.ip/admin/config.php should be granted without username/password.

  • No labels