Re: [PHP] Windows - PHP.INI

2003-01-13 Thread John Nichel
.htaccess isn't a Linux only thing...it's an Apache thing. Just put a file named .htaccess in the document root of the site you want to prepend the file too. Inside the file, put this php_value auto_prepend_file "/path/to/included/file.php" Naqashzade, Sadeq wrote: Hi, I'm using Win2K Pro

[PHP] Windows - PHP.INI

2003-01-13 Thread Naqashzade, Sadeq
Hi, I'm using Win2K Prof. and installed Apache 1.3.2 as my web server plus PHP 4.0.6 as module. I have several sie on my computer. for one of them I need to include certain file before any thing. I know that there is auto_prepend_file in php.ini but this will run for all of my sites :-( Is there an