2012-06-03 27 views

回答

0

根據服務器的配置,你應該能夠使用auto_prepend_file的.htaccess文件

php_value auto_prepend_file "config.php" 

或者,虛擬主機

<VirtualHost *:80> 
    php_value auto_prepend_file "config.php" 
</VirtualHost>