Posts Tagged Mod Rewrite
Ridirect http://yoursite.com/index.php to http://yoursite.com
Sometimes we need to 301 redirect the index.php file to the domain root as they are canonical urls (ie, http://yoursite.com/index.php and http://yoursite.com are same). It is only tricky for sites using index.php as the common entry with GET variables controlling the site . In that case we cannot redirect pages with any query string (anything [...]

