小编Blu*_*erd的帖子

NSIS视觉工作室颜色/字体/智能感知

是否有人为编辑NSIS文件添加了颜色/字体/智能感知?

nsis visual-studio

6
推荐指数
1
解决办法
1532
查看次数

无法将服务器端包含(一个HTML文件到另一个)工作

我无法让服务器端包含工作.我只想将一个html文件包含在另一个中,我似乎无法让它工作

建立

服务器是运行Windows XP的另一台计算机(不是localhost).我有一个略高版本的xampp堆栈,它只运行Apache/2.2.11

虚拟目录(在httpd-vhosts.conf中)配置为

<Directory "c:\www\dev1">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
Run Code Online (Sandbox Code Playgroud)

index.html包含

A Big Block of Text<br />
A Big Block of Text<br />

<!-- #include file="test.shtml" -->

A Big Block of Text<br />
A Big Block of Text<br />
Run Code Online (Sandbox Code Playgroud)

test.shtml包含

This is another line
Run Code Online (Sandbox Code Playgroud)

我得到了什么

在我的开发机器上的浏览器中,www.dev.com/index.html显示

A Big Block of Text<br />
A Big Block of Text<br />
A Big Block of Text<br />
A Big Block of Text<br /> …
Run Code Online (Sandbox Code Playgroud)

html server-side-includes

2
推荐指数
1
解决办法
7438
查看次数

标签 统计

html ×1

nsis ×1

server-side-includes ×1

visual-studio ×1