How To Change Default Index Page in .htaccess from cPanel? [EASY GUIDE]☑️ Today in this tutorial you will learn about how to change your default index page using htaccess in cPanel. So come let’s find out how to do this- When you enter a URL on your web browser, the server looks for the first
How To Fix ‘413 Request Entity Too Large’ WordPress Error using .htaccess? [FIXED]☑️ Today in this tutorial we will provide you information on How to Fix the 413 Request Entity Too Large Error in WordPress. With this tutorial you can easily fix this 413 Request Entity Too Large Error in WordPress using .htaccess file in
How to Disable XML-RPC in WordPress with .htaccess? [EASY GUIDE]☑️ Here in this tutorial we will provide you information to make you learn how to disable XML-RPC WordPress file. The XMLRPC is a system that allows remote updates to WordPress from other applications. Watch the video tutorial on How to Disable XML-RPC in WordPress with
How to Fix 406 or Not Acceptable Error Using .htaccess in cPanel? [FIXED]☑️ Here in this tutorial we will provide you information about How to Fix 406 or Not Acceptable Error Using .htaccess from cPanel. With the help of the following tutorial you can easily fix 406 or Not Acceptable error by just adding a
How to set the PHP version for any folder via htaccess in cPanel? [STEP BY STEP]☑️ Today in this tutorial we will describe you how to select a different PHP version on each folder via cPanel.You can also watch this short video on how to set a PHP version for any folder via htaccess file
HOW TO PREVENT OTHER WEBSITES FROM DIRECT LINKING TO FILES IN CPANEL? [STEP BY STEP]☑️ Today in this tutorial you will learn how to prevent other websites form direct linking to files in your website. So let us watch out this video to learn how to prevent other websites form direct linking to files via
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
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.
Hello Everyone!!! How to block only one visitor(by his IP) via .htaccess file? [Important| Revised 2019] If you want to deny a single visitor to access your site or you don’t want that visitor to view your site then you can block that visitor by using his IP address. Here is a code you can
How to block all visitors in your website except yourself via .htaccess file? [Important| Revised 2019] Hey Friends!!! If you want to deny access to your website to everyone except yourself, then you can place this codes in your .htaccess file order deny,allow deny from all allow from 106.219.176.31 Steps to block all visitors in your
How to disable any PHP Functions via .htaccess file? [Important| Revised 2019] How to Disable PHP Functions [Updated May 2019] step::1 Login to your cPanel step::2 Go inside File Manager and Click on public_html step::3 Find .htaccess file step::4 Now edit this .htaccess file step::5 Write disable_function=” write out the functions you want to disable
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
How do I force my website to use SSL? [Important| Latest 2019] Here in this blog we will try to learn how to redirect any website forcefully to HTTPS. So Friends!!! As you can see a screenshot of my website below which is clearly saying that your website is not secure . Now what i
Hi, Do you want to change the default time zone of your cPanel account? Well, this can easily be done by adding some commands in a PHP script. But, before doing that, you should have an idea that how the default time zone works, how it can be beneficial to change the default timezone of