I have a fairly simple Perl redirect script that takes people to different versions of the site depending on which browser they are using. It uses the browser's UserAgent for the purpose. With it, is there a way to take the UserAgent, rename it to something different (some constant - can be anything) that can then be used in a .htaccess file to restrict access from outside to links directly to subfolders? I don't want a password scheme, just a way to fool the system into thinking the link is coming from a specific place or person.<br><br>DonP