Problem with ping.fm

Hi,

I've a problem with ping.fm...

2010-04-09 13:13:30 LOG_ERR: [site.it:4598.c63cbbbc GET /api/statuses/update.xml?status=text&source=Ping.fm] Problem getting route for 403.shtml - A path was found but is invalid.

My htaccess:


RewriteEngine On

# NOTE: change this to your actual StatusNet base URL path,
# minus the domain part:
#
# http://example.com/ => /
# http://example.com/mublog/ => /mublog/
#
RewriteBase /

## Uncomment these if having trouble with API authentication
## when PHP is running in CGI or FastCGI mode.
#

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?p=$1 [L,QSA]



Order allow,deny


My config:

if (!defined('STATUSNET')) { exit(1); }

// If you have downloaded libraries in random little places, you
// can add the paths here

// $extra_path = array("/opt/php-openid-2.0.1", "/usr/local/share/php");
// set_include_path(implode(PATH_SEPARATOR, $extra_path) . PATH_SEPARATOR . get_include_path());

// We get called by common.php, $config is a tree with lots of config
// options
// These are for configuring your URLs

$config['site']['name'] = 'site';
$config['site']['server'] = 'site.it';
$config['site']['path'] = '';
$config['site']['fancy'] = true;
$config['site']['theme'] = 'themes';


Thanks

Comments

  • @microtag what url do you want your site to be hosted on> http://site.it/statusnet/ ? It looks like there is already a nice site and http://site.it/ and im guessing that you want it to live somwhere else.
  • site.it it's an example domain...

    $config['site']['name'] = 'example';
    $config['site']['server'] = 'example.ext';
  • what are you putting in your browser to look at your fresh install? it needs to be a valid domain, we use urls in the database to find pages. if you want to change the site server you need to reinstall or run fixurl scripts found in the scripts folder.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID