Forum Moderators: phranque

Message Too Old, No Replies

User Authentication

         

tekie5012

1:19 pm on Jul 24, 2003 (gmt 0)

10+ Year Member



I just set up a canonical domain: domain.mydomain.com
and I mapped it to a sub-directory of mydomain.com

I put a .htaccess file in that sub-directory to require authentication. It works just fine if i go via: www.mydomain.com/myAuthenticatedDirectory/

However if i access it via domain.mydomain.com then it bypasses the .htaccess file. How do i keep it from doing this?

Thanks!

hakre

5:52 pm on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



welcome to webmasterworld [webmasterworld.com], tekie5012.

can you please post the part for the authentication of your .htaccess file? otherwise this might just be a guess.

tekie5012

6:28 pm on Jul 24, 2003 (gmt 0)

10+ Year Member



Never mind... I figured out how to do it. I just had a limit set on the require i.e.
<Limit GET>
require user xxx
</Limit>

When I get rid of the limit it works fine

Thanks!

hakre

1:45 am on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



fine you solved it already ;). i thought it would like this anyways.