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
$config['site']['name'] = 'example';
$config['site']['server'] = 'example.ext';