change index.php to home.php
-
Hi I have WordPress and index.php in the root directory. I want to install Open Journal System (OJS) on the same directory which have index.php file.
Can I change the WordPress index.php file to home.php ?
I tried mixing the codes of both index.php files but they don’t work. Code for OJS index.php is as under
<?php // Initialize global environment define('INDEX_FILE_LOCATION', __FILE__); require('./lib/pkp/includes/bootstrap.inc.php'); // Serve the request $application =& PKPApplication::getApplication(); $application->execute(); ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘change index.php to home.php’ is closed to new replies.