Open GoogleCodeExporter opened 9 years ago
I have the same problem, but the javascript folder doesn't exists un the root
folder, but in the public subfolder.
I have created a symlinks, but I can't install.
rssL keeps complaining about mod_rewrite, and I can't install rssLounge.
Any idea ?
Original comment by bakaonig...@gmail.com
on 18 Aug 2011 at 9:32
Ok, find how to solve this problem :
Line 67 of the file updates/install.php, change
"if(!isset($_GET['mod_rewrite']) || $_GET['mod_rewrite']!=1)" by
"if(!in_array("mod_rewrite", apache_get_modules()))"
Original comment by bakaonig...@gmail.com
on 18 Aug 2011 at 9:49
Hello,
This modification solve the warning of mod_rewrite problem but the install
doesn't works preperly...
In fact, for me it was the AllowOverride None in apache conf, because there is
a .htaccess file in the install :)
So, AllowOverride All solve the problem, and the install works fine !
Bye.
Original comment by roche.fl...@gmail.com
on 14 Mar 2013 at 8:55
Original issue reported on code.google.com by
quentin....@framasoft.net
on 3 Aug 2011 at 3:05