Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter escijournals

    (@escijournals)

    Steve Stern,

    Thank you for your support. Can I change the index.php by mixing the below code before the wordpress code starts ?

    <?php
    
    // Initialize global environment
    define('INDEX_FILE_LOCATION', __FILE__);
    require('./lib/pkp/includes/bootstrap.inc.php');
    
    // Serve the request
    $application =& PKPApplication::getApplication();
    $application->execute();
    
    ?>
    Thread Starter escijournals

    (@escijournals)

    Thanks. Can I rename index.php to any other name so that index.php remains for OJS not for WordPress ?

    or is there any way I can mix the both codes in single index.php file?

Viewing 2 replies - 1 through 2 (of 2 total)