I've been trying to get .htgroup to work on my site. Currently I have the following;
.htaccess
AuthGroupFile /home/ace-ins/public_html/dev/.htgroup
AuthName "Protected Area"
AuthType Basic
require admin test users
.htpasswd
.htgroup
Can anyone see why this wouldn't work? Its bringing up the password box...but simply won't let me in. I know the usewr/pass combo are working; cos if I change the 'require admin test users' to 'require valid-user', and remove the 'AuthGroupFile' reference....it lets me in fine. Its leading me to believe its something to do with the .htgroup stuff
Anyone had any experience with this stuff?
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
.htaccess
Code:
AuthUserFile /home/ace-ins/public_html/dev/.htpasswd AuthGroupFile /home/ace-ins/public_html/dev/.htgroup
AuthName "Protected Area"
AuthType Basic
require admin test users
.htpasswd
Code:
admin:MMn3mipe32D22.htgroup
Code:
admin: adminCan anyone see why this wouldn't work? Its bringing up the password box...but simply won't let me in. I know the usewr/pass combo are working; cos if I change the 'require admin test users' to 'require valid-user', and remove the 'AuthGroupFile' reference....it lets me in fine. Its leading me to believe its something to do with the .htgroup stuff
Anyone had any experience with this stuff?
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

