Hi all, Just installed wordpress in a sub directory, lets say /wordpress1. Now I want to install another wordpress in another directory, lets say /wordpress2. However, how do I make sure the domain points to the right directory. Domain1.com ----> /wordpress1 Domain2.com ----> /wordpress2 In the root i have my .index.php and .htaccess <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wordpress1/wp-blog-header.php'); ?> Code (markup):
I don't think this is possible. We can't purchase a single hosting package & run more than 1 domain on it. In case it is possible, please do let me know the trick & I would stop wasting my money for other hosting service providers.