Using htaccess to get rid of /index.php link? – Apache
I can open my site like this: www.mysite.com or like this: www.mysite.com/index.php I want to create a htaccess rule that redirects www.mysite.com/index.php to www.mysite.com. But all my attempts have other side effects. I've tried: Redirect index.php home.php RewriteRule ^index.php?$ home.php…