source: trunk/server/fedora/config/etc/httpd/scripts-special/forbidden.shtml @ 2676

Last change on this file since 2676 was 2676, checked in by andersk, 9 years ago
Move /__scripts to local disk
File size: 492 bytes
RevLine 
[2676]1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2<html><head>
3<title>403 Forbidden</title>
4</head><body>
5<!--#if expr="-U reqenv('REDIRECT_URL')"
6--><h1>Directory listing forbidden</h1>
7<p>The directory at <!--#echo var="REDIRECT_URL" -->
8has no index document, and directory listing is not enabled for this directory.<br />
9</p>
10<!--#else
11--><h1>Forbidden</h1>
12<p>You don't have permission to access <!--#echo var="REDIRECT_URL" -->
13on this server.<br />
14</p>
15<!--#endif
16--></body></html>
Note: See TracBrowser for help on using the repository browser.