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
2 days 12 hours ago
2 days 21 hours ago
3 days 13 min ago
3 days 1 hour ago
3 days 2 hours ago
3 days 4 hours ago
3 days 5 hours ago
3 days 7 hours ago
3 days 23 hours ago
3 days 23 hours ago