Home > Tips-Tricks, Wordpress > Know all about .Htaccess Files

Know all about .Htaccess Files

google buzz Know all about .Htaccess Files

I decided to post some information regarding the importance of Htaccess file. First of all we will look at the name .htaccess.

As it looks like a file name present in windows, it is not so.

In Windows operating system we have a file name like New_text.txt, wordpad.doc[file_name.extension]. You cannot create a file without name and with an extention alone. On the other hand in Unix, .htaccess is a file with a file extension, without a name. You can create a file in whatever manner you want.

Htaccess%20File Know all about .Htaccess Files

You can create .htaccess file even in windows OS also.

So having gone through the introduction, you need to know where .htaccess file exists on the web server. It is in the  root directory of a website where we find a file with .htaccess extension.

A sample htaccess file looks like this.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Purpose of .htaccess is to handle the following cases.

Authorization Required(Error 401)

Forbidden(Error 403)

Not Found(Error 404)

Internal Server Error(Error 500)

There are many more uses with the htaccess file. Recently I resolved one of my wordpress feed-burner issues with the help of  htaccess file only. So folks follow up this blog for many more facts of htaccess files.

pixel Know all about .Htaccess Files

Related posts:

  1. WordPress FeedBurner Feed HTTP 404/500 Error Resolved Share Recently you might have noticed a sudden surge in...
  2. Set Up Password to WinRAR Files Share Preventing others from seeing the content in your files...
  3. Tweak Send To Menu in Windows Vista or XP Customize Folder Shortcuts Share My previous posts included tweaks on My Recent Documents...

  1. dofus kamas
    April 19th, 2010 at 12:03 | #1

    Great articles & Nice a site?

  1. No trackbacks yet.

CommentLuv Enabled