Hi, thanks for your response. I'm limited on what I can do, as this is a web host, and not my own server. Would I still be able to configure VirtualHosting if I don't run the server myself?
Main Topics
Browse All TopicsSo here's the deal. I have a site, www.xylotthemes.com, that works great with its .htaccess file. Things work just as they should. Then, I created a forum, under www.xylotthemes.com/phpbb3
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^/?$ phpbb3-forum/index.php
It basically redirected /phpbb3-forum to /phpbb3-forum/index.php, which I thought it should've done anyway, but it didn't work until I added that.
(I should point out that I'm on a shared hosting account, where each top-level domain points to a folder within my web space, which is just fine for my purposes.)
Now, I added a subdomain to my account (forum.xylotthemes.com) that points directly to the /phpbb3-forum directory. But no matter what I do to the .htaccess file, it just redirects to my main shared folder (www.betterdzn.com, which points to "/" on my hosting account). Could the xylotthemes.com .htaccess file be interfering with the proper function of the forum.xylotthemes.com (xylotthemes.com/phpbb3-fo
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hi TerranRich,
First thing that you need to verify is that the DNS name for forum.xylotthemes.com is resolvable on public DNS. I had tried www.xylotthemes.com it worked, but not forum.xylotthemes.com
Once this is done, then the mapping that you had on your hosting setting should work.
give it a try.
Business Accounts
Answer for Membership
by: samriPosted on 2008-07-01 at 16:03:28ID: 21912306
hi TerranRich,
cs/2.2/vho sts/
if you had forum.xylotthemes.com added to your subdomain, this should make the host forum.xylotthemes.com resolvable via DNS. ie. you can ping forum.xylotthemes.com and this works.
If this is the case, you could look at configuring your apache VirtualHosting. Take a look at apache documentation on this area - http://httpd.apache.org/do
cheers.