-
Notifications
You must be signed in to change notification settings - Fork 73
/
.htaccess
12 lines (10 loc) · 831 Bytes
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
# This file can be deleted if you're not planning on using URL rewriting with Apache.
# You can add your own files and folders that should be excluded from URL rewriting by adding them to the "RewriteCond" line below.
# Please read the online documentation on http://cfwheels.org for more information about URL rewriting.
# UNCOMMENT ALL LINES BELOW THIS ONE TO TURN ON THE URL REWRITING RULES
# Options +FollowSymLinks
# RewriteEngine On
# RewriteCond %{REQUEST_URI} ^.*/index.cfm/(.*)$ [NC]
# RewriteRule ^.*/index.cfm/(.*)$ ./rewrite.cfm/$1 [NS,L]
# RewriteCond %{REQUEST_URI} !^.*/(flex2gateway|jrunscripts|cfide|cfformgateway|cffileservlet|railo-context|lucee|files|images|javascripts|install|miscellaneous|stylesheets|robots.txt|favicon.ico|sitemap.xml|rewrite.cfm)($|/.*$) [NC]
# RewriteRule ^(.*)$ ./rewrite.cfm/$1 [NS,L]