Created
February 27, 2011 04:39
-
-
Save mactkg/845907 to your computer and use it in GitHub Desktop.
mod_write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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