[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] htaccess not working



> I don't have that line in either server's mime.types, so that probably
isn't
> it.
>
> I added the AuthPAM_Enable off comment to the .htaccess file, and that
> didn't do anything. :\
>
> I'm looking through the httpd.conf on a different server - not a RAQ, but
a
> straight linux one.  It has a line like this:
>
> AccessFileName .htaccess
>
> But then that line isn't even on the RAQ4r I have that is allowing the
> .htaccess files to work.....  :\
>
> Thanks again for your suggestions - I am continuing to look through the
> archives and knowledge base without success. :p
>
> :)
>
> -Mike


Oh, I thought you were comparing between two Cobalt server's.  While the
.htaccess files on a standard Linx and Cobalts are about the same, Cobalts,
utilizes a different syntax - as well as being too damn proprietary at
times.  Anyway, in your access.conf file you will need to make sure that the
'AllowOverride' directive is set to 'All':   AllowOverride All

Also, provide me with what you have in your .htaccess file, so I can check
out the syntax.

Tae C.