caasd
[metze/test/web/.git] / testpage.html
1 <!--#include virtual="/samba/header.html" -->
2 <title>Test Page</title>
3 <!--#include virtual="/samba/header_columns.html" -->
4
5 <H1 align="center">This is a test page</H1>
6
7 If this page does not display correctly (with the Samba logo at the
8 top) then this web server probably doesn't support server side
9 includes. <p>
10
11 If you are using apache then you will need to enable the
12 IncludesNOEXEC option. For example:<p>
13 <pre>
14   &lt;Directory /var/www/htdocs/samba&gt;
15         XBitHack full
16         AddHandler server-parsed .html
17         Options IncludesNOEXEC Indexes SymLinksIfOwnerMatch
18         AllowOverride None
19         order allow,deny
20         allow from all
21   &lt;/Directory&gt;
22 </pre>
23
24 To see what this page is supposed to look like see 
25 <A HREF="http://dp.samba.org/samba/testpage.html">
26 http://dp.samba.org/samba/testpage.html
27 </A>
28
29 <!--#include virtual="/samba/footer.html" -->