Ich wollte in meiner htaccess php_flag session.use_trans_sid off einfügen um zu verhindern, das die PHPSESSID an URI angehängt wird aber wenn ich das einfüge kommt nur ein Error 500.
Zugriff auf die php.ini hab ich nicht (goneo).
Hier meine derzeitige htaccess:
Apache Configuration
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Weiß jemand einen Rat?
MfG Holger