On Thu, 10 Feb 2005 16:28:15 -0800, Brian Dunning
<[EMAIL PROTECTED]> wrote:
> I see URLs formatted like this:
> 
>    http://tinyurl.com/xyz
> 
> How do you read that "xyz," since there's no "/?x=" preceding it? Is it
> not a get parameter?

Apache ModRewrite

RewriteEngine on
RewriteRule ^([A-Za-z].*) index.php?var=$1 [L,qsappend]


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to