.htaccess weiße seite oder 500

09/24/2015 13:30 -=-Killha-=-#1
Hallo, ich habe mir etwas installiert und bekomm bei diesem eine weiße Seite :

Code:
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
System sagt : Module rewrite already enabled und Apache auch rebootet.

Setze ich htaccess auf AllowOverride All bekomm ich zumindestens einen 500 Error.

Was könnte ich noch falsch machen?


Mfg