sreejith12 / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Apache mod_rewrite is not loaded : javascript foldel doesn't on 1.7 #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the archive with wget http://rsslounge.aditu.de/index/download
2. Unzip the archive in /home/rsslounge/www/rsslounge
3. Add an alias in my apache config

What is the expected output? What do you see instead?

On setup screen, I've this message : 'Le module Apache mod_rewrite n'est pas 
chargé'
In my Apache log (in error.log), I've this message : 'File does not exist: 
/home/rsslounge/www/rsslounge/javascript, referer: https://theuret.net/rss/'

What version of the product are you using? On what operating system?

I'm using the version 1.7 on Ubuntu 10.04 Server edition.

Please provide any additional information below.

I think the problem is due to the non-presence of the folder 'javascript' in 
/home/rsslounge/www/rsslounge but when I unzipped the archive, no folder called 
'javascript' was created.

Original issue reported on code.google.com by quentin....@framasoft.net on 3 Aug 2011 at 3:05

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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