On Fri 14 Feb 2003 at 11:33:37, [EMAIL PROTECTED] said: > Okay, I'm trying to figure out how to display certain arguments in a > URL when the visitor FIRST hits the site, say www.example.com. I'd > like the URL to display www.example.com?var=value. I can handle this > from this page on to other places within the site, but I'd like it to > be consistent and show up even on the initial page. Any ideas?
Besides the standard HTML-level redirects, you can also use mod_rewrite and mod_redirect in Apache. The Apache website has good documentation about how to use these. -- Soren Harward [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
