Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created February 27, 2011 04:39
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 mactkg/845907 to your computer and use it in GitHub Desktop.
Save mactkg/845907 to your computer and use it in GitHub Desktop.
mod_write
<VirtualHost *>
ServerName www.makerbox.net
</VirtualHost>
<VirtualHost *>
ServerName plone.makerbox.net
RewriteEngine On
RewriteRule ^/(.*) http://192.168.0.253:8080/plonetest/VirtualHostBase/http/plone.makerbox.net:80/VirturalHostRoot/$1 [L,P]
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment