Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Feb 04, 2015 2:43 pm 
Offline

Joined: Wed Feb 04, 2015 2:36 pm
Posts: 1
Hi there

this is my webpage : www.oyuncukanali.com and it's location on my linode is : /var/www/oyuncukanali.com/public_html/

I've uploaded SMF installation files to /var/www/oyuncukanali.com/public_html/forum but I'd like to access to forum like : forum.oyuncukanali.com .I've added subdomain forum from A/AAAA records. But I don't know what do I have to do then. Help me please guys .


Top
   
PostPosted: Wed Feb 04, 2015 9:55 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
You'll need to add something like this to your Apache config:

Code:
<VirtualHost *:80>
    ServerName forum.oyuncukanali.com
    DocumentRoot /var/www/oyuncukanali.com/public_html/forum
</VirtualHost>


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group