Latest
Force Redirecting non-www to www with .htaccess
Some times you need to redirect all non-www requests to www for your site …
Htaccess Prevent directory listings or enable folder listing
Using htaccess to disable directory listings can be helpful in so many ways …
Folder password protection using htaccess
With htaccess it becomes very easy to protect a folder or directory and this method is simply referred …
Htaccess Error Document 404, 401, 500 Custom Page
You can tell the Apache Server about your custom error document pages just by using …
Htaccess Change the Default Directory Page DirectoryIndex
There are a number of command you can use through htaccess file to change the default directory page
Htaccess Block or deny visitors by referrer
Sometime you want to stop traffic that coming from some sites, Apache Web Server enables us to do that.
Htaccess Block or deny visitors by IP address
Visitor blocking features are available through htaccess available in the Apache web server.
301 redirect htaccess in simple way
Htaccess is a powerful configuration file, therefore syntax errors such as missing letters …
What is .htaccess Files
Htaccess File can be described as a configuration file that is used on web servers ..
Htaccess Rewrite URLs Using Rewriterule , how to?
Some times you need to have a SEO URLs in your site, if your link structure is not SEO friendly …