From time to time we will install a website and want it to redirect to a directory or file inside of it’s root directory besides the default index.htm, index.html, or index.php file. Here’s an example of how this can be achieved using .htaccess with Apache. redirect /index.html http://www.yourwebsite.com/sitefile.html As you can see, when a browser […]