google-code-backups / rsslounge

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

the Apache Module mod_rewrite is not enabled #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run installation
2.
3.

What is the expected output? What do you see instead?
The mod_rewrite module is enable on apache. I checked the phpinfo() and its
there

What version of the product are you using? On what operating system?
1.3 - apache2 - php5

Please provide any additional information below.

Original issue reported on code.google.com by fastsl...@gmail.com on 15 Feb 2010 at 5:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
A possible work-around is http://<your-domain>/?mod_rewrite=1 afair.

Original comment by googleca...@spamgourmet.com on 15 Feb 2010 at 6:42

GoogleCodeExporter commented 8 years ago
Do you use the AllowOverride directive in your Apache config for you reader 
site? Try
using:

AllowOverride all

That will make sure your .htaccess is allowed to override the settings it needs 
to.

Original comment by philwr...@gmail.com on 17 Feb 2010 at 1:12

GoogleCodeExporter commented 8 years ago
Solves the AllowOverride setting the problem?

Original comment by zzuzzlwuzzl@googlemail.com on 21 Feb 2010 at 2:38

GoogleCodeExporter commented 8 years ago
I had the same problem, but the last hint solved it! AllowOverride all and 
RewriteEngine On in the rsslounge <Directory entry, solved it.

Original comment by arne.bac...@dlr.de on 11 Apr 2010 at 5:47

GoogleCodeExporter commented 8 years ago

Original comment by zzuzzlwuzzl@googlemail.com on 18 Jun 2010 at 8:06