Are you looking for a server ?

Hi I just want to say that I have status.net installed in Fatcow.com and it works perfect and I write this because they allways help me when I have a problem

Comments

  • on fatcow.com i have problem with "fancy" links.
    i copy the htaccess.sample file to .htaccess in my StatusNet directory (kreato.pl) , i change the "RewriteBase" in the new .htaccess file to be the URL path
    to my StatusNet installation on server. it is "/"

    .htaccess file:

    "
    RewriteEngine On

    # NOTE: change this to your actual StatusNet path; may be "/".

    RewriteBase /

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



    Order allow,deny
    "

    i change the config.php file and add "$config['site']['fancy'] = true;"
    but it's not working.
    "http://kreato.pl/group" and other links show: "HTTP 404 - File not found"
    can you help me?
  • I'm not an expert but i try to help you.

    If you have one .htaccess in the main root and then another .htaccess in the directory where you install statusnet the the htacces in the main root affect all .htacces in subdirectories

    this is my .htaccess


    RewriteEngine On

    # NOTE: change this to your actual StatusNet path; may be "/".

    RewriteBase //

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



    Order allow,deny


    i have statusnet installed in a subdirectory.


  • RewriteBase // <---this works?
  • aric I made a test I changemy .htaccess
    Rewritebase //
    to
    Rewritebase /

    and it's working too .
  • how did you get status.net working smoothly on fatcow.com? according to my account that i created they do not support InnoDB and upon manually importing sql databases and installing without install.php..the script will run but painfully slow, occuring timeouts and other issues..
  • based upon my experience I will say that fatcow will no longer support status.net - version 0.9.0 of the script appeared to work fine, however 0.9.2 caused no end of issues..this is no doubt due to the dependency on InnoDB which fatcow.com do not support.
  • it works fine on IX webhosting.
  • @linhongjun: hosted or VPS at IXwebhosting?
  • I'm running on Jixhost shared servers but the site speed is damn slow :(
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