blob: e6aa6080b1a9edafa0a1d7ec846017f02e48ae00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# httpd(8) describes the syntax. to kick-start,
# for(i in `{seq 50}) hget http://www.your-domain.com/ >/dev/null
# An example of a local redirect
#/netlib/c++/idioms/index.html.Z /netlib/c++/idioms/index.html
# Redirection to another site
#/netlib/lapack/lawns http://netlib.org/lapack/lawns
# Home page for virtual host
#http://www.ampl.com/ /cm/cs/what/ampl/index.html
|