forked from wheels-dev/wheels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htaccess
More file actions
10 lines (8 loc) · 711 Bytes
/
.htaccess
File metadata and controls
10 lines (8 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
# 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} !^.*/(flex2gateway|jrunscripts|cfide|cfformgateway|cffileservlet|railo-context|lucee|files|images|javascripts|miscellaneous|stylesheets|robots.txt|favicon.ico|sitemap.xml|rewrite.cfm)($|/.*$) [NC]
# RewriteRule ^(.*)$ ./rewrite.cfm/$1 [NS,L]