
# BEGIN [SEO_REDIRECTION]
 ErrorDocument 404 /index.php?error=404 
# END [SEO_REDIRECTION]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# Use PHP70 as default
AddHandler application/x-httpd-php7 .php
<IfModule mod_suphp.c>
    suPHP_ConfigPath /opt/php7/lib
</IfModule>
