Skip to content

Instantly share code, notes, and snippets.

@tonyjunkes
Created June 26, 2013 01:09
Show Gist options
  • Save tonyjunkes/5863916 to your computer and use it in GitHub Desktop.
Save tonyjunkes/5863916 to your computer and use it in GitHub Desktop.
Apache Mod_Rewrite .htaccess example to rewrite a FW/1 Subsystem URL to be SES. Replace the example Subsystem (admin) with the actual Subsystem to be rewritten.
RewriteEngine On
RewriteRule ^admin/(.*)$ index.cfm/admin:$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment