I have two urls that use the same base code (Drupal) but different databases (naturally) on web4.
The first, pearhead.org, is installed in it's proper directory (pearhead.org).
The second, mnsnowmobileconditions.com, is symlinked to the pearhead.org directory.
If I enable PHP5, pearhead.org reports that register_globals and mbstring_extension is off. At the same time, mnsnowmobileconditions.com says that it's on.
The four relevant lines in the htaccess file (I think):
AddType application/x-httpd-fastphp .php
Action application/x-httpd-fastphp /php-fastcgi/php-cgi
php_value mbstring.http_input pass
php_value mbstring.http_output pass
I fail to understand why one site sees these things as on while the other sees them as off.
If I take out the directive to switch to php5 then both sites switch back to php4 (and the problem goes away - except I need to use php5 now), so I know the file is being processed for each site.
Any ideas?



LinkBack URL
About LinkBacks




Reply With Quote





Bookmarks