IIS 6.0 Apache auto_prepend_file bir eşdeğeri var mı

1 Cevap php

Bir lamba yığını ben kullanmayı başardı:

> php_value auto_prepend_file bootstrap.php

içinde. Ben herhangi bir sayfa hiç işlenmeden önce yürütmek istediği komutların bir demet bootstrap htaccess.

IIS 6.0 aynı yapmak mümkün mü?

UPDATE: Not the prettiest solution, but since I have one site on this server I just added the auto_prepend_file setting in php.ini and restarted IIS

1 Cevap

Sen use the registry bir dizin başına yapılandırmasını ayarlamak için ya. Veya (5.3 php beri) .user.ini dosyaları:

Since PHP 5.3.0, PHP includes support for .htaccess-style INI files on a per-directory basis. These files are processed only by the CGI/FastCGI SAPI. This functionality obsoletes the PECL htscanner extension. If you are using Apache, use .htaccess files for the same effect.