Tuckey Rewrites
Custom Rules
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 4.0//EN" "http://tuckey.org/res/dtds/urlrewrite4.0.dtd">
<urlrewrite>
<!-- this will redirect the user from /foo to /index.cfm -->
<rule>
<from>^/foo$</from>
<to type="redirect">/index.cfm</to>
</rule>
<!-- internally redirect the requested URL from /gallery to /index.cfm?page=gallery with query string appended -->
<rule>
<from>^/gallery</from>
<to type="passthrough" qsappend="true">/index.cfm?page=gallery</to>
</rule>
</urlrewrite>Apache mod_rewrite-style rules
SES URLs
Logging
Additional Tuckey Settings
Watch rewrite file for changes
Internal Tuckey status page
Last updated
Was this helpful?