Can you disable authentication?

Hi -
Is it possible to disable authentication so you can browse straight to your configs without logging in?
Cheers
Chris
__________________

Hi -
Is it possible to disable authentication so you can browse straight to your configs without logging in?
Cheers
Chris
Quote: Is it possible to
Yes, it is possible.
Cool. Where would one
Cool.
Where would one look?
or how do you do it?
Cheers
Chris
Why would you want to do
Why would you want to do this?
Hint: .htaccess file in webroot of FreePBX admin
Ahh... thanks. Just checked
Ahh... thanks.
Just checked it out, but I don't understand that stuff too well. If you could drop another hint that would be pretty cool.
My httpd.conf is:
<Directory /var/www/html>Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Then in /var/www/html/freepbx-v3/.htaccess I've tried commenting out a few of the lines.
I wouldn't know how to dodge the authentication.
I'm thinking about opening up one of these SVN versions for people to test for themselves without having to install it.
Chris
Trying to set cookie value
Well I'm trying to set some session variables with .htaccess and maybe %{HTTP_COOKIE} stuff.
Trying to set freepbx_user to the admin user. But no luck yet with Rewritecond
How do you do it?