First of all, thanks for answering… Here’s the .htAccess file (First there are a lot of redirection that were written by cpanel automatically some time ago):
——————————
RedirectMatch permanent ^/abirim$ https://www.RonMertens.com/2004/abirim
RedirectMatch permanent ^/abirim/index.html$ https://www.RonMertens.com/2004/abirim
RedirectMatch permanent ^/amud$ https://www.RonMertens.com/2003/amud
RedirectMatch permanent ^/amud/index.html$ https://www.RonMertens.com/2003/amud
RedirectMatch permanent ^/budapest$ https://www.RonMertens.com/2004/budapest
RedirectMatch permanent ^/budapest/index.html$ https://www.RonMertens.com/2004/budapest
RedirectMatch permanent ^/hkjp$ https://www.RonMertens.com/2002/hkjp
RedirectMatch permanent ^/hkjp/index.html$ https://www.RonMertens.com/2002/hkjp
RedirectMatch permanent ^/israel/matat05$ https://www.RonMertens.com/2005/matat
RedirectMatch permanent ^/israel/matat05/index.html$ https://www.RonMertens.com/2005/matat
RedirectMatch permanent ^/machteshim05/index.html$ https://www.RonMertens.com/2005/machteshim/index.html
RedirectMatch permanent ^/nimrod$ https://www.ronmertens.com/2004/nimrod
RedirectMatch permanent ^/nimrod/index.html$ https://www.RonMertens.com/2004/nimrod
RedirectMatch permanent ^/romania$ https://www.ronmertens.com/2005/romania
RedirectMatch permanent ^/romania/index.html$ https://www.ronmertens.com/2005/romania
RedirectMatch permanent ^/tatour02$ https://www.RonMertens.com/2002/tatour
RedirectMatch permanent ^/tatour02/index.html$ https://www.RonMertens.com/2002/tatour
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
addtype application/x-httpd-php .html .php .htm
addhandler application/x-httpd-php .html .php
——————————