Category: htaccess

How to change default index page to something else like other .html file from .htaccess?

Hello Friends!!! How to change default index page to something else like other .html file from .htaccess? [Important| Revised 2019] In order to change the default index page to some other .html, .php you have to edit a code in .htaccess file [Updated June 2019] DirectoryIndex index.html index.php or  DirectoryIndex index.php index.html  You can adjust the priority

Force Mp3/Mp4 Files To Download Instead Of Streaming Online Via Htaccess

What are the .htaccess commands which force media files like (mp3/mp4) to download instead of streaming online? [Important| Revised 2019] If you want to have the visitors force download the media files like mp3/mp4 instead of streaming online then this will require a small bit of .htaccess code to be added in your htaccess file.

How to redirect your website?

Hello Friends!!! There may be several reasons to redirect a URL and a few basic ways to do it. Now come let us know How to redirect a website? [Important| Revised May 2019] 3 ways to Redirect your Website [Updated May 2019] 1. Coding  .htaccess file [Redirect 301]  Type in the code. Paste the following