Is it a good idea to have separate robots.txt for wordpress and vbulletin installation on the same domain ?
I have a site where i use wordpress for blogs and a forum by vbulletin. I chose this strategy as vbulletin cms And wordpress forum are bad at seo.
I'm currently facing two problems.
1. Mysite.com is a wp site installed in root /
2. Created a subdomain forum.mysite.com for forum and (vb) installed in /forum directory
But whenever i visit forum.mysite.com the url is same. On clicking internal links, it turns out to be mysite.com/forum/somelink
Because of this setup i can have only one robots.txt
How do I fix this ? What i want is like that of XDA Developers.
XDA has [
forum.xda-developers.com...] for vbulletin
and [
xda-developers.com...] for Wordpress
It would be great if anyone can guide me in achieving this.