Re: [users@httpd] mod_cond/mod_rewrite help needed

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

 



On 8/5/05, klute <soundres9@xxxxxxxxx> wrote:
> Part 2 (not-so-easy)
> If user requests
> /search/<keywords>/<category>/<sortby>/<sorttype>
> where "|" is listed as any of the params (meaning no
> filtering for that param is needed), do not use that
> param in the search filter. It would be nice to be
> able to exclude such params from the query string
> (i.e. /search.php?keyword=seo&category=webmaster when
> the original search contained
> /search/seo/webmaster/|/| -- only <keywords> and
> <category> are supplied )
> 
> 
> I believe it is a combination of RewriteCond and
> RewriteRule that needs to be applied but have no
> experience of dealing with the former.

This could be done using mod_rewrite by setting a bunch of env
variables based on the URL, but it would be complex and ugly. 
Considering you are already using php, why don't you just have a php
script grab those URLs, parse the PATH_INFO and call your search page?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux