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();
?>
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?