(snip from /etc/httpd/httpd.conf) # TEFLCHINA.ORG ServerAdmin rogerhc@pacbell.net DocumentRoot /var/www/teflchina.org ServerName teflchina.org ErrorLog /var/www/logs/teflchina.org-error_log CustomLog /var/www/logs/teflchina.org-access_log common RedirectMatch /job(/.*)$ http://teflchina.org/jobs$1 RedirectMatch /job$ http://teflchina.org/jobs RedirectMatch /teaching(/.*)$ http://teflchina.org/teach$1 RedirectMatch /teaching$ http://teflchina.org/teach RedirectMatch /living(/.*)$ http://teflchina.org/life$1 RedirectMatch /living$ http://teflchina.org/life RedirectMatch /live(/.*)$ http://teflchina.org/life$1 RedirectMatch /live$ http://teflchina.org/life RedirectMatch /help(/.*)$ http://teflchina.org/welcome$1 RedirectMatch /help$ http://teflchina.org/welcome RedirectMatch /support(/.*)$ http://teflchina.org/welcome$1 RedirectMatch /support$ http://teflchina.org/welcome RedirectMatch /emaillists?(/.*)$ http://teflchina.org/lists$1 RedirectMatch /emaillists?$ http://teflchina.org/lists RedirectMatch /kit(/.*)$ http://teflchina.org/kitchen$1 RedirectMatch /kit$ http://teflchina.org/kitchen # 18 lines added for TWiki, by roger ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/" Alias /wiki/ "/home/httpd/twiki/" RedirectMatch /wiki/index.htm http://teflchina.org/wiki/bin/view RedirectMatch /wiki$ http://teflchina.org/wiki/bin/view RedirectMatch /wiki/$ http://teflchina.org/wiki/bin/view Options +ExecCGI SetHandler cgi-script Allow from all Options FollowSymLinks +Includes AllowOverride None Allow from all deny from all deny from all # end of TWiki stuff