LoadModule rewrite_module libexec/mod_rewrite.so is the last line in the file and the 64 bit is correctly done.
my .htaccess file:
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /habri
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|handlers|locale|schema|$)) index.php [PT]
### HABARI END
What have I missed?
David
Please send responses to dhen...@sonic.net