.htaccess
- How to Redirect HTTP Requests to HTTPS with .htaccess Google is now considering SSL Certificate as a ranking signal among all other factors. So this is ideal to have a HTTPS encryption on your website. If you have purchased and installed SSL…
- How to create or edit .htaccess file in cPanel The .htaccess file contains several directives (instructions) that guide the server how to behave in certain scenarios and directly control your your website functions. There are some common…
- How to force SSL using .htaccess file Security has become one of the most important concerns on the Web. Very often we skip visiting a Web Page just because it doesn’t have a SSL Cerificate. And most of the internet users do not share…
- How to create 301 redirection using .htaccess .htaccess is a configuration file to use on Apache Web Servers. Whenever a directory contains a .htaccess file, Apache Web Server loads & execute configurations written on the .htaccess. These…
- How to Create SEO Friendly URL Using .htaccess So far we’ve learned that .htaccess can easily be used to make some tweaks over Apache Web Server’s configuration. Now we’re going to learn that how can we create SEO Friendly URL using .htaccess.…
- How to create custom 404 page using .htaccess Very often we see an error report on our browser regarding 404 Not Found. Now a days most of the websites are using a beautifully styled custom error pages. You can easily set a custom error page…
- How to enable hotlink protection using .htaccess Code When an outsider tries to insert any content from your site into another competitor website and eventually consumes your site bandwidth to serve their files, this unethical breach is known as a…
- Remove page extensions using .htaccess Creating a SEO Friendly URL has become much more easier now a days. Sometimes, developers don’t want to show their page extensions to the visitors which is also preferred for creating SEO Friendly…