.htaccess should be:

### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END

and add this in if you are using sqlite:

### HABARI SQLITE START
<Files "habari.db">
Order deny,allow
deny from all
</Files>
### HABARI SQLITE END

On Jul 23, 2009, at 8:27 AM, Chris J. Davis wrote:

>
> If you have ftp access that would be the easiest way to get
> an .htaccess file on your server.
>
> When I am in front of my computer I will send the htaccess contents
> through.
>
> Sent from my iPhone
>
> On Jul 23, 2009, at 3:42 AM, Alessca <[email protected]> wrote:
>
>>
>> Hi, I made it through Habari set up by telling it to not check the
>> database, because the error kept coming up even though I had a techie
>> fill it in (so everything was right where as if I'd filled it in
>> myself there could quite possibly be an error). Now I'm trying to log
>> in, but it's bringing up the following error:
>>
>> Not Found
>>
>> The requested URL /habari/user/login was not found on this server.
>>
>> I've read that this could be a .htaccess problem, so I checked my
>> directory and I don't have a .htaccess file. How can I create one (in
>> cPanel X) and what needs to go in it?
>>
>> Thanks!
>>
>> - Ali
>>
>>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to