Some dev don’t know about the power of htaccess. Apache server has great feature to manipulate information using htaccess. .htaccess is a configuration file used on web server to alter the configuration of Apache web server. Using .htaccess we can…
Category: .htaccess
Disable Directory Browsing with htaccess
When we create a new directory for our website without index.html then visitors get directory listing of all files of that folder. Have ever noticed on any website that directory listing displaying instead of html file. In absence of index…
How to Set Up a Custom 404 Error Page Using htaccess
In this article let us discuss about how to set up a custom 404 error page using .htaccess file. This will let display user a 404 error page when user try to access webpage not exists on server. Basically we…
How to Create URL Shortener Tool With PHP
This article is about how to create shorten URL using PHP. First of all we must know what is shorten URL. URL shortening is a process to make lengthy URL to short. Shortened URL is mainly useful for sharing on…
Protect Directory With Password Using htaccess
In this tutorial we will learn how to protect directory of website using htaccess to restrict unauthorized access. When we talk about website then must think about its security. It is very important to keep your folder and file secure.…