Displaying 1 result from an estimated 1 matches for "timefreedomnow".
2009 Jun 17
2
Using a cgi perl program?
...html
ErrorDocument 500 "<h2>Application error</h2>Rails application failed
to start properly"
In the /public_html folder I have this .htaccess file:
Options +FollowSymlinks
RewriteEngine on
### redirect subdomains to user profile page ###
RewriteCond %{HTTP_HOST} !^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...