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
Posts: 13451
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.
Posts: 6
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?
Posts: 6
i solved it, just took out the first <IfModule> tag, and it works