Him Ali Thanks for your reply.
Hmm - that rather points to something in the environment. I am on Bluehost (Linux - not sure what flavour) with Apache 2.2.9. My phpinfo output is here http://www.nbrightside.com/phpinfo.php Maybe if others who have the Habari silo working (and not working) can post their equivalent info in an effort to help narrow the problem down. Just noted following the warnings in Apache log [Sat Sep 27 11:37:23 2008] [warn] RewriteCond: NoCase option for non- regex pattern '-f' is not supported and will be ignored. [Sat Sep 27 11:37:23 2008] [warn] RewriteCond: NoCase option for non- regex pattern '-d' is not supported and will be ignored. I have this '.htaccess' in Web server root # Use PHP5CGI as default AddHandler fcgid-script .php RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] and this '.htaccess' in '/blog/' ### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase /blog RewriteRule . index.php [PT] ### HABARI END Looks like the Habari '-f' and '-d' directives are being ignored on Bluehost. Is this relevant for this issue ? -- Andy On Sep 27, 6:25 pm, "Ali B." <[EMAIL PROTECTED]> wrote: > On Sat, Sep 27, 2008 at 2:13 PM, Andy C <[EMAIL PROTECTED]> wrote: > > > Raised ticket 673. > > > Thanks Andy, I commented on the ticket. The problem is that I have Firefox > > 3.0.3 running on Windows XP but I am not having this problem. I do know that > there is one because I have seen many users experiencing it. I have failed > to find any problem with the plugin so far, but I am intending to give it > yet another shot tonight and see. > > For everyone else having this problem, please state that you have, which > version you are running, and what else have you tried to attempt resolving > it. > > Thanks! > -- > Ali B / dmondarkhttp://www.awhitebox.com --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
