When you mess up your .htaccess for Drupal you may always use the one below as it is the default one which enables SEF URL’s:
#
# Apache/PHP/Drupal settings:
## Protect files and directories from prying eyes.
<Files ~ “(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$”>
Order deny,allow
Deny from all
</Files>




January 27th, 2012
Malin 
