forked from russjohnson/SplashCMS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhtaccess
More file actions
15 lines (8 loc) · 704 Bytes
/
htaccess
File metadata and controls
15 lines (8 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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|railo-context|files|favicon.ico|images|javascripts|miscellaneous|stylesheets|public|robots.txt|sitemap.xml|rewrite.cfm)($|/.*$) [NC]
RewriteRule ^(.*)$ ./rewrite.cfm/$1 [L]