> cd /home/myweb > ln -s /home/rt/bin/cgi cgi > ln -s /home/rt/lib/images webrt > I have ScriptAlias /rt/ "/var/rt/bin/cgi/" in my httpd.conf so that means you should be doing this instead? ln -s /home/rt/bin/cgi rt and of course FollowSymLinks should be turned on. --clark