View Single Post
  #6 (permalink)  
Old 06-04-08, 09:30 PM
blacknight blacknight is offline
Administrator
Site Admin
 
Join Date: Aug 2003
Location: Ireland
Posts: 335
Send a message via ICQ to blacknight Send a message via AIM to blacknight Send a message via MSN to blacknight Send a message via Skype™ to blacknight
Default

You shouldn't need to add anything except the snippet Paul gave you, namely:
Code:
    RewriteEngine on
   RewriteBase /
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
This assumes you have installed Drupal in your root ie. that it is available by going directly to your site
Reply With Quote