I see now. I CREATED the .htaccess file using the code here:
Quote:
|
Originally Posted by falko
Try this:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
</IfModule>
(Note the / in front of index.php!)
|
I thought you were telling him to add that to his existing .htaccess file.
My clean urls are working! Thanks!
tb