Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter deepaksnegi

    (@deepaksnegi)

    Hi,
    I checked this plugins doc….

    1. Open your wp-config.php file for editing.
      Note: For WP VIP clients edit the vip-config/vip-config.php file instead.
      Reference: https://docs.wpvip.com/technical-references/vip-codebase/vip-config-directory/
    2. Find the customizable section of the file by finding the START/END markers;
    3. Between the START/END markers add the following;
      define( 'S2N_WPMVC_PATH', '{your desired install path}');
      define( 'S2N_WPMVC_FOLDER', '{your desired folder name}');
    4. Change the '{your desired install path}' reference to your desired directory location.
      Change the '{your desired folder name}' reference to your desired folder name.
      Ex: The values '/tmp/somefolder' and 'mywpmvc' would create the folder as '/tmp/somefolder/mywpmvc'.

    So My question is that if our STN plugin already installed so we can change wpmvc folder path as per above configuration? If yes so where we need to be config S2N_WPMVC_PATH and S2N_WPMVC_FOLDER constant variable.
    2: wpmvc and this subfolders logs and cache automatic create or need to be manual create.

Viewing 1 replies (of 1 total)