Skip to content

Instantly share code, notes, and snippets.

@lpirola
Created August 26, 2010 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpirola/551674 to your computer and use it in GitHub Desktop.
Save lpirola/551674 to your computer and use it in GitHub Desktop.
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial8 "http\:\/\/127\.0\.0\.1\:12016%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial7 "http\:\/\/127\.0\.0\.1\:12015%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial6 "http\:\/\/127\.0\.0\.1\:12014%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial5 "http\:\/\/127\.0\.0\.1\:12013%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial4 "http\:\/\/127\.0\.0\.1\:12012%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial3 "http\:\/\/127\.0\.0\.1\:12004%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial2 "http\:\/\/127\.0\.0\.1\:12001%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^trial1 "http\:\/\/127\.0\.0\.1\:12008%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^consultoria "http\:\/\/127\.0\.0\.1\:12009%{REQUEST_URI}" [P,QSA,L]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^jbs\-pro "http\:\/\/127\.0\.0\.1\:12024%{REQUEST_URI}" [P,QSA,L]
RewriteRule ^jbs\-pro "http\:\/\/localhost\:12024/$1" [P]
RewriteCond %{HTTP_HOST} ^teamproject.com.br$ [OR]
RewriteCond %{HTTP_HOST} ^www.teamproject.com.br$
RewriteRule ^demo "http\:\/\/127\.0\.0\.1\:12003%{REQUEST_URI}" [P,QSA,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment