.htaccess problem?

njkt

Joined: 2004-11-10
Posts: 6
Posted: Wed, 2004-11-10 08:30

hello,
I have recently installed an apache server on windows.
I set everything up and when i ran the setup and i got these errors

Quote:
Apache is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file:

<Directory [server]>
AllowOverride Options FileInfo
</Directory>

Either mod_rewrite is not installed or your .htaccess file is not enabled (see above). Either way, we'll have to use longer URLs in the Gallery. If you want to turn it on, first make sure that your .htaccess file is being obeyed. If it still doesn't work, you may need to reconfigure and rebuild Apache with this flag:

--enable-module=rewrite

[server] == the path to the server i have

im using apache 2.0.52
php 5.0.2
and im using Gallery-1.4.4-pl4

thanks

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Wed, 2004-11-10 09:21

For info on how to enable mod_rewrite on windows, check Apache.org (I think all you need is to remove a ; in front of the mod_rewrite module http.conf)

Gallery will work fine without this though, it's just a warning.

 
njkt

Joined: 2004-11-10
Posts: 6
Posted: Wed, 2004-11-10 15:39

the first one gave me a "warning!" (i enabled mod_rewrite so that part works :P ) and wont let me procede without this passing, any thoughts?

 
njkt

Joined: 2004-11-10
Posts: 6
Posted: Thu, 2004-11-11 01:17

i solved it, just took out the first <IfModule> tag, and it works