How to enable standard .htaccess password protection for Flux CMS

If you want to protect your whole Flux CMS installation with a standard mod_auth .htaccess setup, then you have to set allowHTTPAuthentication in config.xml to false:

 <allowHTTPAuthentication>false</allowHTTPAuthentication>

Now, mod_auth and Flux CMS don't disturb each other anymore (the only thing not possible anymore with this is to check for blog posts marked private via RSS and http auth, but there's another way to do this now, which we'll cover later )

 Permalink

Comments

No new comments allowed (anymore) on this post.