Date: 07/11/01
- Next message: scott [gts]: "RE: [PHP] Running for loop and concat. variables..."
- Previous message: Lasse: "[PHP] Re: HTML tags in database fields"
- In reply to: scott [gts]: "RE: [PHP] Variable Next To Variable?"
- Next in thread: scott [gts]: "RE: [PHP] .htaccess php_value"
- Reply: scott [gts]: "RE: [PHP] .htaccess php_value"
- Reply: Brian White: "Re: [PHP] .htaccess php_value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi There,
I currently use .htaccess files to override the include path, which works
great for me... One of my concerns was the portability of the code, and the
possibility of not having control of http.conf....
I'm now in the process of porting some of the sites onto a winnt architecure
(but still using apache as my webserver...). The contents of some of these
.htaccess files looks simelar to:
php_value include_path
".:/home/www/htdocs/php-lib:/home/www/htdocs/includes"
unfortunatly, apache for windows would prefer the format somewhat like:
php_value include_path ".;c:\web\site\php-lib;c:\php\whatever\includes"
(note the use of ';' rather than ':' as well)
So my question, is whats the best way to make the site's as portable as can
be? I assume that i could go thru _all_ the code and make include references
relative rather than relying on the config to find include()'s.... Any
suggestions?
-- Aaron Bennett abennett <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: scott [gts]: "RE: [PHP] Running for loop and concat. variables..."
- Previous message: Lasse: "[PHP] Re: HTML tags in database fields"
- In reply to: scott [gts]: "RE: [PHP] Variable Next To Variable?"
- Next in thread: scott [gts]: "RE: [PHP] .htaccess php_value"
- Reply: scott [gts]: "RE: [PHP] .htaccess php_value"
- Reply: Brian White: "Re: [PHP] .htaccess php_value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

