ok here's what I have done so far
1. In httpd.conf
I uncommented the following line:
a.) LoadModule rewrite_module modules/mod_rewrite.so
b.) set the AllowOverwrite to ALL
2. In the .htaccess file I have :
a.) Set the rewritebase to /drupal
b.) Set the RewriteEngine to On
c.) uncommented the following code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$/ index.php?q=$1 [L,QSA]
I hope this helps. What am I missing or doing wrong?
Thanks.
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.