|
Posted by Greg Donald on 02/11/05 18:07
On Thu, 10 Feb 2005 16:28:15 -0800, Brian Dunning
<brian@briandunning.com> 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/
Navigation:
[Reply to this message]
|