set svn:ignore
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Feb 2010 17:04:13 +0000 (17:04 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Feb 2010 17:04:13 +0000 (17:04 +0000)
.htaccess
setup.phtml

index b5b8cd6..bd4c333 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,10 +6,12 @@ Deny from all
 Order allow,deny
 Deny from all
 </Files>
+#php_value xdebug.profiler_enable 1
+#php_value xdebug.profiler_output_name troutcreek.out.%t.%p
 #ErrorDocument 404 /404.html
 RewriteEngine On
 AddDefaultCharset utf-8
-RewriteBase /www.troutcreek.com/
+RewriteBase /~steve/www.troutcreek.com/
 #RewriteCond %{HTTP_HOST} !^(.*)\.troutcreek\.com$ [NC]
 #RewriteRule ^(.*)$ http://www.troutcreek.com/$1 [R=301,L]
 RewriteRule ^VisitorGuide/(.*)/$ pdf-download.php?uidpdf=$1&pdf_file=VisitorGuide [L]
index 90db148..62648a6 100644 (file)
@@ -584,8 +584,8 @@ if (!isset($SITEINFO)) {
         define('STREAMSEND_FORMS_API', true);
                define("GLM_APP_BASE","/home/steve/public_html/app.gaslightmedia.com/");
                define("GLM_APP_BASE_URL","http://localhost/~steve/app.gaslightmedia.com/");
-               //error_reporting(E_ALL ^ E_NOTICE);
-               //ini_set('display_errors', '1');
+               error_reporting(E_ALL ^ E_NOTICE);
+               ini_set('display_errors', '1');
 
                define('ERROR_LOG_TYPE', 'error_log');
                define('ERROR_LOG_NAME', '');