Googling "mod_rewrite" instead of "mode rewrite" will net you better results. What are you wanting to do? I assume URL rewriting, since that's pretty much what anyone cares about nowadays. Here's a really good beginner's tutorial: http://www.sitepoint.com/article/guide-url-rewriting The tutorials you find may get a little confusing, but basically you're exploding the URL into an array by slashes. Ex: /foo1/foo2/foo3 Becomes [foo1] [foo2] [foo3] From there it's a matter of processing the array per your specs. The real question is what you're trying to do. If it's URL rewriting, try a Google search for "url rewriting mod_rewrite". -- Joe On Aug 17, 2008, at 11:19 PM, birgunj birgunj wrote: > Dear All, > > i am trying to learn htaccess mode rewrite.i search the google but > i did not get simple tutorial which i understand.i also see the > documentation apache but it is too vast. > > please any body have simple tutorial for beginner about htaccess > mode rewrite.please share with us. > > thanks > humayoo [Non-text portions of this message have been removed]