AddHandler application/x-httpd-php71 .php # BEGIN WordPress RewriteEngine On RewriteBase /abaninja.ch/trunk/www/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /abaninja.ch/trunk/www/index.php [L] # END WordPress