Discuss your project
Apache Wordpress Backoffice

Apache: Overriding htaccess Authentication

To disable htaccess authentication, simply add a .htaccess to the root of the folder you wish to authorize with the following directive: Satisfy AnyOr you can place it directly in the vhost: Satisfy Any

To disable htaccess authentication, simply add a .htaccess to the root of the folder you wish to authorize with the following directive:
Satisfy Any

Or you can place it directly in the vhost:

Satisfy Any

Share this article