htaccess
Posted by: tachy0n
Posted on: 2008-09-24 08:46:00
Trying to get my htaccess working with Drupal and can't seem to
<Directory />
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/(stats/|missing\.html|failed_auth\.html) [NC]
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
</Directory>
can't remember if this is formatted correctly.. tried it with Directory set to my home dir too.. testing this by going to site which is normally http://tachy0n.com/?q=node to http://tachy0n.com/node and getting not found. Any ideas?