.htaccess update since site has gone live
authorLaury Garcia van Rooijen <laury@gaslightmedia.com>
Wed, 20 Aug 2014 16:19:15 +0000 (12:19 -0400)
committerLaury Garcia van Rooijen <laury@gaslightmedia.com>
Wed, 20 Aug 2014 16:19:15 +0000 (12:19 -0400)
.htaccess
GLM_site_check.phtml [new file with mode: 0644]

index ab33436..7b4e97d 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -14,7 +14,7 @@ Deny from all
 RewriteEngine On
 AddDefaultCharset utf-8
 
-RewriteBase /www.keweenaw.info/
+#RewriteBase /www.keweenaw.info/
 
 # Redirect non-www to www
 RewriteCond %{ENV:GLM_HOST_ID} PRODUCTION
diff --git a/GLM_site_check.phtml b/GLM_site_check.phtml
new file mode 100644 (file)
index 0000000..2d6f728
--- /dev/null
@@ -0,0 +1,12 @@
+<?php 
+/**
+ * GLM Standard Site Monitoring Target
+ */
+
+define('HOST',   'ds4.gaslightmedia.com');
+define('USER',   'nobody');
+define('DBNAME', 'keweenaw');
+
+// End of parameters to set for each site
+include '/var/www/templates/Global_site_check.phtml';
+?>
\ No newline at end of file