<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">RewriteEngine On<br>Turns on mod_rewrite (providing it&#39;s been enabled in the apache configuration)
<br>RewriteCond %{REQUEST_FILENAME} !-f<br>If the request is not for an existing file...<br>RewriteCond %{REQUEST_FILENAME} !-d<br>... or for an existing directory..<br>RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]<br>...then redirect everything to &#39;
index.php&#39; in the current folder, assigning the requested url to the &#39;q&#39; variable.<br>The [L,QSA] part tells mod_rewrite to skip any remaining rules (L for Last) and append a querystring, if any.<br><br>I&#39;d recommend you take a look at the .htaccess from a default Drupal install; it&#39;s got a few extra rules that help with security (eg preventing access to .module files).
<br></blockquote></div>That was really informative ,i have been using .htaccess witthout being able to understand .thanks rob :-) <br><br><br>thanks<br>taggy<br><a href="http://theyagar.info">http://theyagar.info</a><br>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<br>S.Theyagarajan<br>Under Graduate<br>Department Of Computer Science And Engineering<br>National Institute Of Technology , Trichirapalli<br>India 620015