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
4 hours 1 min ago
10 hours 43 min ago
14 hours 33 min ago
16 hours 12 min ago
1 day 37 min ago
1 day 10 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago