mod_rewrite problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi List!
I am trying to configure a rule with mod_rewrite, which allow me to change the value of one script parameter.
I want the script to foward me to an error page when introducing service=wfs in the request
The sevice=wfs parameter can be in all positions
This is my line:
RewriteRule ^/cgi-bin/wms\?(.*)service=wfs$ /error.html
Is it correct?
If i put the line as follows, it works perfectly:
RewriteRule ^/cgi-bin/wms\? /error.html
But when I add the service parameter, it executes the script and it does not forward me to that page, (I mean as follow:)
RewriteRule ^/cgi-bin/wms\?service=wfs /error.html
Thank you very much.
[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]