+ Reply to Thread
Results 1 to 5 of 5

Thread: Try Working with new flynax tamplate on subdirectory

  1. #1

    Try Working with new flynax tamplate on subdirectory

    Try Working with old flynax tamplate on subdirectory, But have problems with my actual software which i use. Have name subdirectory new_site have input all files ,have connect it with new Database, all links on it goes on www.mysite.com/ not on www.mysite.com/new_site/ !
    On config.inc.php RL_URL_HOME have input right direction where is the problem?

  2. #2
    Hello Get82,

    May be you need to add your subdirectory to the .htaccess file.

    By default it use:

    # The URL prefix to be used for per-directory
    RewriteBase /

    change it to:

    # The URL prefix to be used for per-directory
    RewriteBase /new_site/

    save and try check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Fixed,was my fault on config.inc.php

    // system paths

    define( 'RL_ROOT', '../new_site/' . RL_DS . RL_DIR );

    Thankyou Viktor anyway, have nice week
    Last edited by Gen82; May 8, 2017 at 08:33 AM.

  4. #4
    Somthing else Viktor Try importing sql_update.sql from admin panel and show my MYSQL ERROR
    Error: Duplicate column name 'Photo_original'
    Query: ALTER TABLE `fl_accounts` ADD `Photo_original` varchar( 255 ) NOT NULL DEFAULT '';
    Function: require_once
    File: .../htdocs/new_site/admin/index.php (line# 205)

  5. #5
    Open sql file, find line with add 'Photo_original' column and delete this line. Then try to upload sql file again.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread