Let's say I had http://www.domain.com/index.php. If a user visits index.php, I want to redirect them to Home http://www.domain.com/index.php -> http://www.domain.com/Home Code (markup): But the thing is, index.php is Home. http://www.domain.com/index.php = http://www.domain.com/Home Code (markup): How would my .htaccess file look? EDIT: Woops! Can a moderator move this to Apache? Thanks.