Re: How can I make clean URL site with PHP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2007-09-20 at 23:12 +0900, js wrote:
> Hi.
> 
> I like clean URL site like http://del.icio.us/someone/tag
> (del.icio.us is powered by PHP, right?)
> 
> But I have no idea how can I do it with PHP.
> Is this a just apache's rewrite magic? or another different technique?

Apache rewrite magic can do some, but it's messy and painful. A more
likely example is to use a PHP enabled 404 handler page to check the URL
requested and lookup/calculate the appropriate real page to be
presented.

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux