Hello, Never worked in SUSe Linux 9 enterprise before or even performed Web server management until now.
I have read all the docs that came with SUSe, queried Google - and read there links, and even searched Tek-tips and all I find is how to.
The document are straight foward - and I wrote my .htaccess file as follows.
AuthName "Restricted site"
AuthType Basic
AuthUserFile /path to .htpasswd
AuthGroupFile /dev/null
require valid-user
Then I generated the .htpasswd using apache2 .htpasswd tool
Then went into the httpd.conf and change
AllowOverride None to AllowOverride AuthConfig
But it doesn't work!!!!
It is a simple setup go to the web site (open to public) and if you want to go to members only section (prompt for login and password) but right now I get no prompt - what am I doing wrong
Please help been on this for 2 days now and nothing seem to work.
bob
"ZOINKS !!!!!"
Shaggy
I have read all the docs that came with SUSe, queried Google - and read there links, and even searched Tek-tips and all I find is how to.
The document are straight foward - and I wrote my .htaccess file as follows.
AuthName "Restricted site"
AuthType Basic
AuthUserFile /path to .htpasswd
AuthGroupFile /dev/null
require valid-user
Then I generated the .htpasswd using apache2 .htpasswd tool
Then went into the httpd.conf and change
AllowOverride None to AllowOverride AuthConfig
But it doesn't work!!!!
It is a simple setup go to the web site (open to public) and if you want to go to members only section (prompt for login and password) but right now I get no prompt - what am I doing wrong
Please help been on this for 2 days now and nothing seem to work.
bob
"ZOINKS !!!!!"
Shaggy