Change to you config. Shortened and misinfo for reduction of loops.

Basically they are essentially good.

ServerAdmin twiki@twiki..
DocumentRoot /twiki/html
ServerName twiki.iwethey.org
ErrorLog /logs/com.twiki-error_log
TransferLog /logs/com.twiki-access_log
<Directory /twiki/cgi-bin/>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
<Directory /twiki/html/>
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# TWiki-specific configs.
ScriptAlias /twiki/bin/ "/twiki/html/twiki/bin/"
Alias /twiki/ "/twiki/html/twiki/"
<Directory "/twiki/html/twiki/bin">
Options +ExecCGI
SetHandler cgi-script
Allow from all
</Directory>
<Directory "/twiki/html/twiki/pub">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/twiki/html/twiki/lib">
deny from all
</Directory>
<Directory "/twiki/html/twiki/data">
deny from all
</Directory>
<Directory "/twiki/html/twiki/templates">
deny from all
</Directory>

# Point the base URL at the Main web WebHome page...
Redirect /index.html http://twiki../Main/WebHome
Redirect /twiki/index.html http://twiki../Main/WebHome


# Allow short URLs for 'twiki/bin/view'
Alias /Main /twiki/html/twiki/bin/view/Main
Alias /TWiki /twiki/html/twiki/bin/view/TWiki
Alias /Know /twiki/html/twiki/bin/view/Know
Alias /Test /twiki/html/twiki/bin/view/Test
Alias /Iwethey /twiki/html/twiki/bin/view/Iwethey

Alias /FUD /twiki/html/twiki/bin/view/Main/FudFighters
Alias /SCO /twiki/html/twiki/bin/view/Main/SCOvsIBM