htaccess redirect index.php to root (including subdomains) June 14, 2023 by Tarik Do this: RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ /$1 [R=301,L]