Hi all, I'm gonna develop a (Wordpress) website that will work as a portal page. I need to have a search field on it that also searches through all subdomains too. The subdomains will consist of HTML and/or PHP pages (mostly Wordpress mini sites). There will also be subdirectories. Thanks for the input
Is there for every subdomain a different folder on your server? or is there maybe a database record for every subdomain?
Well, the plan is: town1.domain.com/folder1 town1.domain.com/folder2 town2.domain.com/folder1 etc. I like to have a search field on www.domain.com (domain.com) and on all subdomains. The resultpage should show me results from all sub's. If every subdomain is a Wordpress install, a plugin like "global site search" might help (didn't test this) but I will have also HTML's on the various subdomains. Thanks.. Bart