View Single Post
  #6 (permalink)  
Old 06-04-08, 09:30 PM
blacknight's Avatar
blacknight blacknight is offline
Administrator
Site Admin
 
Join Date: Aug 2003
Location: Ireland
Posts: 629
Send a message via ICQ 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
__________________
Please do not send me PMs for support issues - thanks for your understanding.
Blacknight Blog | VPS Hosting| Blacknight Technical Status Blog | Hosting Wiki |Speed Test|Webmaster Chat |Personal Blog
Reply With Quote