On Sun, Jul 26, 2009 at 12:23 PM, egasus egasus <[email protected]> wrote:

> there is nothing special in nginx. just the rewrite rule is only forwarded
> to index.php as in .htaccess. so everything should work fine.


index needs to be set in nginx

 location = / {
                root   /usr/local/www/laconica;
                index   index.php;
        }



>
> it just says that no file is specified.
>


>
> Do you use nginx as well?
>

with fastcgi yes, we run laconica without apache.

Stef


>
> 2009/7/26 Stefan Caunter <[email protected]>
>
> What is the nginx config? Anything in the nginx logs?
>>
>>
>> Stefan
>>
>>
>> 2009/7/26 egasus egasus <[email protected]>
>>
>>> Hello,
>>>
>>> Getting that error once i try to login to my app in facebook:
>>> Errors while loading page from application
>>>
>>> Received HTTP error code 404 while loading http://*MYSITE*
>>> .com/facebook/index.php
>>>
>>> There are still a few kinks Facebook and the makers of wikirda are trying
>>> to iron out. We appreciate your patience as we try to fix these issues. Your
>>> problem has been logged - if it persists, please come back in a few days.
>>> Thanks!
>>>
>>> Is there a problem in my nginx config or do you think it is a bug ?
>>>
>>> _______________________________________________
>>> Laconica-dev mailing list
>>> [email protected]
>>> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>>>
>>>
>>
>
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to