Hi
I would like to make this configuration:
www.example.com (main site with Wordress, a non-www is redirected to www)
www.example.com/forum (vb forum)
www.example.com/forum/cms (vb cms)
blog.example.com (vb blog main page)
[username].example.com (user blog page).
Is this possible?
What I suppose to do is to add the dns:
and in apache conf add the virtual server:Code:blog.example.com A my.ip *.example.com A my.ip
that point to www.example.com/forum/ directory.Code:ServerName blog.example.com ServerAlias *.example.com
I also must disable an username called "blog" and "www" to avoid conflicts.
So, can this be handled by vbseo? Where the .htaccess should be saved? In root together with wordpress' one, or in /forum folder?
And then, is planned to be implemanted the forum/sub-forum/sub-sub-forum name in urls? For example:
www.example.com/forum/category/sub-category/thread.html?
Thanks.


1Likes
LinkBack URL
About LinkBacks





Reply With Quote
