Re: Geting rid of the ? in the URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux