Page 1 of 1

.htaccess and .htpasswd

PostPosted: 01. March 2006 08:26
by arale
I can't use MOD REWRITE on .htaccess file. How to fix?
And .htpasswd not work too. All show error 500

I also got problem with perl, not work.
PLEASE HELP TO FIX .htaccess :cry:

Re: .htaccess and .htpasswd

PostPosted: 01. March 2006 08:30
by WorldDrknss
arale wrote:I can't use MOD REWRITE on .htaccess file. How to fix?
And .htpasswd not work too. All show error 500

I also got problem with perl, not work.
PLEASE HELP TO FIX .htaccess :cry:


Open httpd.conf line 223 change AllowOverride None to AllowOverride All

http://xampptutorials.com

PostPosted: 01. March 2006 13:16
by Wiedmann
All show error 500

If you have an error 500 then ".htaccess" is working, but there is an error in your ".htaccess" file. Read the "error.log" for a detailed error message.

PostPosted: 01. March 2006 23:40
by WorldDrknss
and make to remove the "#" from LoadModule rewrite_module modules/mod_rewrite.so in httpd.conf

PostPosted: 03. March 2006 02:23
by arale
it's not work... :oops:
I was change httpd.conf file