Just did and it still does not work. Here is the full listing:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.sritch\.com
RewriteRule ^(.*) http://www.sritch.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
This is for drupal.
Then I expanded it with:
db accounts setprop ibfoto-biz.dp6 AllowOverride All
expand-template /etc/httpd/conf/httpd.conf
chown -R www:www *
chown -R www:www .htaccess
I must be doing something wrong or missing something, but I don't see it. I have checked all the http log files and it shows no error.
Thanks