[uf-discuss] Tag to URL namespacing, mod_rewrite?

Robert Bachmann rbach at rbach.priv.at
Sun Feb 5 05:54:34 PST 2006


Hi Phil,

This should work

<Directory "/home/phil/public_html/app/>
    RewriteEngine On
    RewriteRule ^tag/(.*)$ script.php?tag=$1
</Directory>

Tested with Apache/2.0.55 (Win32) PHP/5.1.1.

Robert
-- 
Robert Bachmann <rbach at rbach.priv.at> (OpenPGP KeyID: 0x4A5CCF10)


More information about the microformats-discuss mailing list