[ 2007/09/21 ]
If you want to do these, it is Guideman.
Want to show beautiful URL.
<guide url="/(.+)/(.+)"> <setheader name="url" value="/dispatch.asp?p1=${1}&amp;p2=${2}"/> </guide>
Want to become HTTPS.
<guide url="/member/.*"> <actionif sv="HTTPS" match="off"/> <redirect location="https://%{HTTP_HOST}${0}"/> </guide>
Want to redirect the portable terminal to another.
<guide url="/.*" or="or"> <actionif sv="HTTP_USER_AGENT" match="UP.Browser/.+"/> <actionif sv="HTTP_USER_AGENT" match="KDDI-.+"/> <actionif sv="HTTP_USER_AGENT" match="DoCoMo/.+"/> <actionif sv="HTTP_USER_AGENT" match="J-PHONE/.+"/> <actionif sv="HTTP_USER_AGENT" match="Vodafone/.+"/> <actionif sv="HTTP_USER_AGENT" match="SoftBank/.+"/> <actionif sv="HTTP_USER_AGENT" match="MOT-.*"/> <redirect location="http://mobile.myhost/"/> </guide>
Want to shed the REFERER difference.
<guide url="/images/.*"> <actionif sv="HTTP_REFERER" match="http://ownhost/.*" not="not"/> <setheader name="url" value="/NGReferer.png"/> </guide>
Want to limit IP.
<guide url="/.*"> <actionif sv="REMOTE_ADDR" match="192促.168促.3促.促d+" not="not"/> <setheader name="url" value="/NG-IP.html"/> </guide>
Such other usages
  • It makes it to URL to which SEO is planned.
  • When it is a robot of the search engine, the page for the robot is returned.
  • It sheds it in case of URL that seems to be SQL injection.
  • The person who came to URL that was in the past is redirected to new URL.
  • POST prohibition.
  • and so on...
[ 2009/05/21 ]
Do to set each site other?

Please install two or more Guideman packages when you set Guideman to two or more sites in one server. It becomes possible to set each site by "Guideman.setting" of each package.

[ 2019/09/12 ]
License

For trial use, it is provided free of charge.
Otherwise it will be charged. Please contact us for pricing.

We are preparing the support after it buys it.
Please use it.

[ 2010/04/16 ]
Support

It is offering it for a fee.
Please see here in detail.

[ 2007/09/18 ]
Notes
  1. I hope the use of this software within the range of the good sense.
  2. Our company cannot receive the guarantee of any damage by the use of this software.
  3. Please enjoy the use of this software.
[ 2009/12/04 ]
Download

Please use it after approval in instructions.

Version: 1.3.2.0
[ 2009/02/12 ]
Inquiry

We will wait for the opinion, the demand, and the question, etc.
Please feel free here to contact us.