+ Reply to Thread
Results 1 to 9 of 9

Thread: installation problem on a local web server

  1. #1

    installation problem on a local web server

    Hello.

    I try to install Flynax on my computer (Windows 10, wamp server).

    The installation seems to be fine.

    Capture d’écran (3).jpg

    But when I click the link Front end Interface page can not be displayed because I am redirected to http: //www.localhost/monsite.

  2. #2
    Hello Marc Girouard,

    First of all, you need be sure that you configured the virtual hosts properly (in the Apache configuration and in windows system hosts file).
    Check following instructions: https://john-dugan.com/wamp-vhost-setup/
    Thank you, Curtis.
    @Flynax Company

  3. #3
    Hello,

    Well I finally managed to configure my local web server.
    I tested it by installing a wordpress site.

    But I'm not able to access my site has Flynax.
    The installation appears to have gone well. The tables have been created in the database.

    But when I try to access the home page I am redirected to the localhost of WampServer menu.

    Is there a particular configuration to install Flynax on a local web server?

  4. #4
    Hello Marc Girouard,

    So, i suggest you create the ticket to Technical Department and our developer will check it via remote access.
    Thank you, Curtis.
    @Flynax Company

  5. #5

    localhost it is work!!!

    1. wamp server

    2. conect mysql

    3. edit config.inc
    // mysql credentials
    define( 'RL_DBPORT', '3306' );
    define( 'RL_DBHOST', '127.0.0.1' );
    define( 'RL_DBUSER', 'root' );
    define( 'RL_DBPASS', 'root' );
    define( 'RL_DBNAME', 'root' );
    define( 'RL_DBPREFIX', 'fl_' );

    // system paths
    define( 'RL_DIR', '');
    define( 'RL_ROOT', 'C:\wamp\www' . RL_DS . RL_DIR );
    define( 'RL_INC', RL_ROOT . 'includes' . RL_DS );
    define( 'RL_CLASSES', RL_INC . 'classes' . RL_DS );
    define( 'RL_CONTROL', RL_INC . 'controllers' . RL_DS );
    define( 'RL_LIBS', RL_ROOT . 'libs' . RL_DS );
    define( 'RL_TMP', RL_ROOT . 'tmp' . RL_DS );
    define( 'RL_UPLOAD', RL_TMP . 'upload' . RL_DS );
    define( 'RL_FILES', RL_ROOT . 'files' . RL_DS );
    define( 'RL_PLUGINS', RL_ROOT . 'plugins' . RL_DS );
    define( 'RL_CACHE', RL_TMP . 'cache_539067854' . RL_DS );

    // system URLs
    define( 'RL_URL_HOME', 'http://127.0.0.1/' );
    define( 'RL_FILES_URL', RL_URL_HOME . 'files/' );
    define( 'RL_LIBS_URL', RL_URL_HOME . 'libs/' );
    define( 'RL_PLUGINS_URL', RL_URL_HOME . 'plugins/' );

    4. edit .htaccess

    #RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1
    in
    RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1

    5. enjoy localhost

  6. #6
    Dear

    I have a similar problem.

    I setuped on 127.0.0.1:8080 with nginx web server. Everything is ok but after finishing the install it can not create the pages ; I attached picture below.
    Plese let me know how to fix it.

    Sincerely.
    Capture.jpg

  7. #7
    Someone should see your site. Please wait for flynax expert.

  8. #8
    Hello,

    You should add some domain to httpd-vhosts.conf I will show you on my example:
    my local domain is: flynax_4_5_2
    Code:
    Only registered members can view the code.
    and in hosts file: 127.0.0.1 flynax_4_5_2
    then restart apache and try to load your site again.

    my path into config.inc.php: define( 'RL_ROOT', '/Users/viktor/workspace/www/_public/flynax_4_5_2' . RL_DS . RL_DIR );
    Attached Images Attached Images
    Last edited by Viktor; October 16, 2017 at 09:17 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Dear

    I followed your instructions but it doesn't work.

    my local domain is: choviet45

    Please see the attached images

    hosts_file.PNG
    config_file.jpg
    Local_vHost.PNG

+ Reply to Thread