Is there a way we can mod the .htaccess to work with subdomains for each short ulr in vazco_userurl?
|
SouteastServers |
With the vazco_userurl there could be a subdomain for each group and user page if set with the right .htaccess file, I just don't know how to do it. Lets say you have a user name of Administrator administrator.yourdomain.com instead of www.yourdomain.com/administrator
Search engines and certian advertisers prefer blogs to have their own domain, so the end goal is to have each blog to be able to have its own subdomain. I would think it should be simple to mod this plugin for this and would provide such more value to its use. Perhaps something like the following: RewriteCond %{HTTP_HOST} !^www\.example\.com [NC] |