sposób I
RewriteCond %{REQUEST_URI} ^/index.php [NC]
RewriteRule ^index.php$ / [L,R=301]
sposób II
RewriteCond %{THE_REQUEST} ^.*/index\.(php|html)
RewriteRule ^(.*)index.(php|html)$ /$1 [R=301,L]
Więcej optymalizacji w kategorii htaccess








