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]
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', '');