Created
June 26, 2013 01:09
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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