Topic: Two PunBB Forums on one PC

I am running a PunBB forum from my Root Directory (C:\Program Files\Webserver\htdocs\Forum).... The forum is working well.... At the time of installing this forum, I had created a blank database named 'blank' using phpmyadmin... so far so good....

Now, I wish to run one more forum of similar type... (My webserver supports virtual hosting so am able to have two domain names mapped to my IP)... I am able to operate this second website.... But the root directory of this second website is E:\Website_directory\index.html

Now, I created another blank database named 'simran' and copied the entire Forum directory (of my already working forum) in this new directory from where I intend to run my second forum.... After copying the entire Forum Directory, I changed the config.php as follows: $db_name = 'simran'...

Now when I type www.mydomainname.com/forum/index.php, all I am getting is a file listing of all the files present in the forum directory.... Sample is reproduced below:

Index of /forum/

--------------------------------------------------------------------------------
Name Size Date MIME Type
../ - Sep 06, 2011 22:05:10 Directory
admin/ - Sep 06, 2011 22:05:10 Directory
cache/ - Sep 06, 2011 22:05:10 Directory
extensions/ - Sep 06, 2011 22:05:10 Directory
img/ - Sep 06, 2011 22:05:24 Directory
include/ - Sep 06, 2011 22:05:24 Directory
lang/ - Sep 06, 2011 22:05:26 Directory
plugins/ - Sep 06, 2011 22:05:28 Directory
style/ - Sep 06, 2011 22:05:28 Directory
CHANGED_FILES_ONLY 0.15 KB Mar 21, 2011 09:08:16 application/octet-stream
config.php 0.35 KB Sep 06, 2011 22:13:54 application/octet-stream
COPYING 17.59 KB Oct 31, 2008 09:04:18 application/octet-stream
delete.php 9.05 KB Apr 17, 2009 12:51:24 application/octet-stream
edit.php 14.99 KB Mar 21, 2011 09:08:16 application/octet-stream
extern.php 20.53 KB Mar 21, 2011 09:08:16 application/octet-stream
footer.php 2.70 KB May 20, 2009 09:09:24 application/octet-stream
header.php 14.66 KB Mar 21, 2011 09:08:16 application/octet-stream
help.php 9.07 KB Apr 17, 2009 12:51:24 application/octet-stream
index.php 15.35 KB Mar 21, 2011 09:08:16 application/octet-stream
login.php 17.57 KB Mar 21, 2011 09:08:16 application/octet-stream
misc.php 23.65 KB Mar 21, 2011 09:08:16 application/octet-stream
moderate.php 71.87 KB Mar 21, 2011 09:08:16 application/octet-stream
post.php 24.33 KB Mar 21, 2011 09:08:16 application/octet-stream
profile.php 128.98 KB Mar 21, 2011 09:08:16 application/octet-stream
README 4.14 KB Apr 17, 2009 12:51:24 application/octet-stream
register.php 24.09 KB Mar 21, 2011 09:08:16 application/octet-stream
rewrite.php 3.44 KB Apr 17, 2009 12:51:24 application/octet-stream
search.php 28.12 KB Mar 21, 2011 09:08:16 application/octet-stream
userlist.php 15.01 KB Apr 17, 2009 12:51:24 application/octet-stream
viewforum.php 17.38 KB Mar 21, 2011 09:08:16 application/octet-stream
viewtopic.php 33.20 KB Mar 21, 2011 09:08:16 application/octet-stream
--------------------------------------------------------------------------------------------------------------

Can anyone tell me what is happening over here....?? I have just copied the entire Forum Directory from a working forum to this new forum directory from where I intend to operate another forum and a different domain name....!!

Sorry, for the long post.... But my addiction to punBB is making me ask for more and more.... smile...