wordpress has placed this .htaccess inside my web folder and needs it:
Quote:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
|
seems ok to me, at least it ran with ispcfg2
now I get an 500 server error and the log file says:
.htaccess: RewriteEngine not allowed here
can't find much on this with google, I checked and the rewrite module is loaded with apache2.
I tried adding this directive within the ispcfg3 administration ot this certain website but it didn't help:
Quote:
<Directory "/var/www/clients/client1/web2/">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
|
Recent comments
15 hours 28 min ago
22 hours 9 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 12 hours ago
1 day 21 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 6 hours ago
2 days 6 hours ago