Displaying 1 result from an estimated 1 matches for "_mmserverscripts".
2009 Jun 17
2
Using a cgi perl program?
...} ^([a-z0-9]+)$ [NC]
RewriteRule .* /profile/%1? [L,R=301]
### Redirect all incoming request for GCP domain''s to Ruby On Rails
Application ###
RewriteCond %{REQUEST_URI} !^/cpanel/.*
RewriteCond %{REQUEST_URI} !^/support/.*
RewriteCond %{REQUEST_URI} !^/tr/.*
RewriteCond %{REQUEST_URI} !^/_mmServerScripts/.*
RewriteCond %{HTTP_HOST} ^(www\.)?timefreedomnow\.net [NC,OR]
RewriteCond %{HTTP_HOST} ^(www\.)?greatcareerplan\.com [NC]
RewriteRule ^(.*)$ /gcp/$1 [L,QSA]
Does anyone know how to make this work?