I installed the 1.0.0 script, renamed htaccess.sample to .htaccess, changed RewriteBase to \, but I keep getting a wierd Page not found error. All links (groups, recent tags, etc) look like this - *sitename*/index.php/tags and that url gives me Page not found error, but if I remove index.php form the url so that it would like *sitename*/tags, everything starts to work fine. How do I deal with that issue?
Comments
Same proble as zn1p . But I have
$config['site']['fancy'] = true; in my config.php
the file .htaccess with RewriteBase to \
and AllowOverride All
but I still have the problem.
I've made an upgrade fron the version 0.9.6 to 1.0.0. My previous installation has allready $config['site']['fancy'] = true; in config.php, the .htaccess and AllowOverride All.
You can look it on http://status.scoffoni.net/ and in act my url looks like *sitename*/index.php/notice/xxxxxx for exemple...
Same here on my test instance :(
My config (same on prod instance):
$config['site']['fancy'] = true;
$config['singleuser']['enabled'] = true;
$config['singleuser']['nickname'] = 'jbfavre';
Also restarted all cache and daemons without effect.
Think I found the issue in URLMapper.
Please review and test https://gitorious.org/statusnet/mainline/merge_requests/175
Comments welcome,
Regards
JB