我使用类似的方法将 Google Analytics 动态附加到我网站上的所有页面。
Options +Includes
AddHandler server-parsed .html
AddHandler application/x-httpd-php .html
# These values are used for local testing...
#php_value auto_prepend_file D:/wamp/www/_prepend.php
#php_value auto_append_file D:/wamp/www/_append.php
# These values are used on production server...
php_value auto_prepend_file /var/vcap.local/dea/app/_prepend.php
php_value auto_append_file /var/vcap.local/dea/app/_append.php
我已经注释掉了第一对,因为目前我一次只能在一个服务器上运行。是否可以修改它以.htaccess
使其自动与两台服务器一起使用?