Skip to content

Instantly share code, notes, and snippets.

@koalahamlet
Created February 20, 2014 01:30
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 koalahamlet/9105223 to your computer and use it in GitHub Desktop.
Save koalahamlet/9105223 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@grio.com
DocumentRoot /var/www/griogames.com
ServerName griogames.com
ServerAlias whobert.games.grio.com
ServerAlias www.whobert.com
ServerAlias www.whobertspath.com
<Directory "/var/www/griogames.com">
RewriteEngine On
RewriteRule ^whobert(.*) http://www.griogames.com/whobert.html [L,NC]
RewriteRule ^whackattack_android(.*) https://play.google.com/store/apps/details?id=com.grio.whackattack
RewriteRule ^whackattack_ios(.*) https://itunes.apple.com/us/app/whack-attack!/id608639738?ls=1&mt=8
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment