Page not found issue

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

  • Hi, try set: AllowOverride All - inside a Directory tag in your httpd.conf, and in your config.php file set $config['site']['fancy'] = true;
  • didn't try httpd.conf (couldn't find), but $config['site']['fancy'] = true; worked just fine, thanks
  • Hi
    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...
  • Hello,
    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.
  • I have the same problem, I read the installation file in source folder and do all the things there, but no effect yet!
  • I spoke to @evan about this issue and he is going to look into it Monday. His guess is that we're seeing some difference in the new URL mapper.
  • @jordanc @purge @alishir @Philippe @zn1p @pyxus
    Think I found the issue in URLMapper.
    Please review and test https://gitorious.org/statusnet/mainline/merge_requests/175

    Comments welcome,
    Regards
    JB
  • Check here http://status.net/statusnet-1.0.1rc1.tar.gz for an updated release with this problem fixed.
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