File: test-htaccess

package info (click to toggle)
libapache2-mod-rivet 3.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,296 kB
  • sloc: xml: 8,554; tcl: 7,568; ansic: 7,094; sh: 5,017; makefile: 195; sql: 91; lisp: 78
file content (5 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
# this file is a test file to simulate an .htaccess file.

RivetUserConf ErrorScript 'puts "this page is BROKEN"'
RivetUserConf BeforeScript 'puts "Local Page Header"'
RivetUserConf AfterScript 'puts "Local Page Footer"'