Displaying 1 result from an estimated 1 matches for "greatcareerplan".
2009 Jun 17
2
Using a cgi perl program?
...!^www\.timefreedomnow\.net [NC]
RewriteCond %{HTTP_HOST} !^support\.timefreedomnow\.net [NC]
RewriteCond %{HTTP_HOST} ([^.]+)\.timefreedomnow\.net [NC]
RewriteRule ^(.*)$ http://www.timefreedomnow.net/profile/%1 [L,R]
### redirect subdomains to user profile page ###
RewriteCond %{HTTP_HOST} !^www\.greatcareerplan\.com [NC]
RewriteCond %{HTTP_HOST} !^support\.greatcareerplan\.com [NC]
RewriteCond %{HTTP_HOST} ([^.]+)\.greatcareerplan\.com [NC]
RewriteRule ^(.*)$ http://www.greatcareerplan.com/profile/%1 [L,R]
### redirect /support to greatcareerplan.zendesk.com ###
RewriteCond %{HTTP_HOST} ^support\.timefre...