我要自动添加此行 到包含的每个文件的开头,并构成新文件的一部分
我已经有了htaccess,并尝试添加php_value auto_prepend_file AddCount.php
...
RewriteEngine on
RewriteBase /
RewriteRule ^(.*) index.php
php_value auto_prepend_file AddCount.php
我由类似的帖子组成,但是出现内部服务器错误
我发现可以使用htaccess将文件添加到每个页面加载中
例如文件...
<div><?=$NewCount;?></div>
成为
<? $this=incCount($Count); ?>
<div><?=$this;?></div>
对不起,第一个问题,很抱歉,如果抱歉,找不到答案