im looking for a wiki script where people can register and create their own wiki's with a subdomain from my page like "tierwiki.domain.com" and a folder on my servers is created for the automaticly. anyone know about someting like this that works with for example wikipedia?
thanks for the link, I actually looked. I'm impressed with wackowiki as it looks 100x better than the one I currently use. My choices are limited because I'm forced to run php4 on my reseller account, which is shared. I will definitely give it a try when I set up my next one.
i cant understand if any of these if what i seek, a wikisystem where people can as i said register to make their ow "wikis" with subdomains of my server. if there was one, could you point it out please? a good example of what i seek is wikia.
it's probably just an .htaccess thing All they are doing is just forwarding all traffic from username.domain.com to domain.com/id=username ... then all that would be necessary is to just update the way your wiki produces links. I personally feel that this route would be much easier than trying to find a pre-built solution. It's only a few lines of code after all.