apache中的配置:
<Directory "/网站目录/">Options -Indexes FollowSymLinks IncludesAllow from allAllowOverride All</Directory>
shtml中
①<!--#include virtual="/include/top.html" --> 使用正常
②<!--#include virtual="include/top.html"--> 提示:[an error occurred while processing this directive]
请问除了替换文本 可用哪种方法让②能像①成功调用出来?
如果替换文本的话 有什么好方法?
PS:linux服务器 不能装VNC 网站数据很大 打包下载到本地替换在上传解压太麻烦了