Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created May 20, 2010 14:19
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 mrchrisadams/407610 to your computer and use it in GitHub Desktop.
Save mrchrisadams/407610 to your computer and use it in GitHub Desktop.
/publications/jobdescriptionexecutiveassistant 5590
<VirtualHost *:80>
ServerAdmin unix.admin@headshift.com
DocumentRoot /srv/html/crc/
ServerName ruralcommunities.gov.uk
ServerAlias www.ruralcommunities.gov.uk
ErrorLog logs/crc-error_log
CustomLog logs/crc-access_log common
RewriteMap crc_rewrite_map txt:/etc/httpd/conf.d/crc.migration.map
RewriteRule ^(.*) ${crc_rewrite_map:$1}
<Directory /srv/html/crc/>
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment