+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: how to install to localhost

  1. #11
    Viele Danke Steffen, that worked like a charm.

    //Morgan
    Free Advertising at Fyndklippet.se


  2. #12
    Anyone who can tell me what it should be in the .htaccess? No front end and no admin right now. I have the script under htdocs.

    //Morgan
    Free Advertising at Fyndklippet.se


  3. #13
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Morgan

    i have installed it without www_prefix. (www_prefix = no)
    Then there should be no problems.
    It is just for local test and respond.

    Best regards
    Steffen

  4. #14
    Yepp I thought so to, have a nice evening.

    //Morgan
    Free Advertising at Fyndklippet.se


  5. #15
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    OK, you too...

  6. #16
    Hm there's just a white page with no html loaded in admin and front end, I still have to figure out .htaccess I think.

    //Morgan
    Free Advertising at Fyndklippet.se


  7. #17
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    what is your folder structure inside the root?

  8. #18
    C://
    -----xamp
    ------------htdocs
    -------------------flynax
    --------------------------index.php

    I could see other php inside the structure and they run fine. http://localhost/flynax/ should be OK no errors no messages just white page no html.

    //Morgan
    Free Advertising at Fyndklippet.se


  9. #19
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    OK, then open .htaccess and change

    RewriteBase /

    to

    RewriteBase /flynax/
    Last edited by Steffen Buschkemper; May 9, 2013 at 04:55 PM.

  10. #20
    nope no success. But I got this from the header
    Code:
    Only registered members can view the code.
    Or the response I would say. And if I read it right, I don't get access to some object it is trying to load. Under script it says Access to restricted URI denied.

    //Morgan

    Edit: Seems like every java file is blocked from localhost.
    Last edited by Morgan Bohman; May 9, 2013 at 07:54 PM.
    Free Advertising at Fyndklippet.se


+ Reply to Thread