I don’t know why I never thought of doing this, perhaps because my .htaccess-fu sucks, but I would like to be able to use .htaccess to redirect users from a subdomain/site to site.domain.com. For instance, my directory structure might be clients.domain.com/client_name/html/index.php and I would like .htaccess to rewrite this to client_name.domain.com.index.php. The closest I’ve gotten this to work causes a redirect loop. Any suggestions as to how I might accomplish this?