#requirephp 56 AddHandler application/x-httpd-php56 .php AddType text/x-component .htc Options +FollowSymlinks ErrorDocument 403 "Forbidden" # BEGIN WordPress RewriteEngine On RewriteBase /body.te.ua/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /body.te.ua/index.php [L] # END WordPress