+ Reply to Thread
Results 1 to 2 of 2

Thread: Front end URL problem, please help urgently (High Priorty)

  1. #1

    Front end URL problem, please help urgently (High Priorty)

    I just buy a new copy of Flynax, now problem is that, whenever I wanted to install at my localhost, it's fine but after installation I could not see my pages well, system generating automatically my folder URL twice, e.g:
    The original URL is:

    http://localhost/project/flynax/index.php

    But the system generating the URL something kind of this:

    http://localhost/project/flynax\project\flynax/index.php

    which always follow wrong, resulting no page found, I even checked the configuration file and comment the this line and write instead:
    //define( 'RL_ROOT', 'C:\xampp\xampp\htdocs\project/flynax . RL_DS . RL_DIR );
    define( 'RL_ROOT', 'C:\xampp\xampp\htdocs\project/flynax' . RL_DS );

    Front-End never works at all, only a white screen, I may be able to do work with admin but after removing the wrong URL and fixing it to correct one.

    Please guide me as soon as possible, I'm really waiting for it.

    Hope a kind and quick response,
    Regards

  2. #2
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    Re: Front end URL problem, please help urgently (High Priorty)

    Hello,
    To resolve this problem you should to know the root directory, for example:
    if your root directory is: /localhost/project/
    and project folder is: flynax
    in this case the path settings should be:
    Code:
    Only registered members can view the code.
    Try it and let me know about results.

+ Reply to Thread