From 43760aa563b55765f8198443ee58a327e612866b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 12 Feb 2010 17:04:13 +0000 Subject: [PATCH] set svn:ignore --- .htaccess | 4 +++- setup.phtml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index b5b8cd6..bd4c333 100644 --- a/.htaccess +++ b/.htaccess @@ -6,10 +6,12 @@ Deny from all Order allow,deny Deny from all +#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] diff --git a/setup.phtml b/setup.phtml index 90db148..62648a6 100644 --- a/setup.phtml +++ b/setup.phtml @@ -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', ''); -- 2.17.1