On Tue, Jun 30, 2009 at 3:16 AM, Linux Cook<[email protected]> wrote: > hi! > > I'm trying to rewrite my site: > > domain.com/about/us/help/value > > into domain.com/about/us/help.php?url=value > > So far, I've used, > > RewriteEngine On > RewriteRule ^about/us/help/([A-Za-z0-9-]+)/?$ about/us/help.php?url=$1 > [NC,L] >
RewriteRule ^/about/us/help/(.*) /about/us/help.php?url=$1 fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

