Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nuget/content/ManagedFusion.Rewriter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RewriteEngine On
#RewriteLogLevel 9

# You can find the rewrite commands and rules here http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
# You can also read more about the setup process here https://github.com/managedfusion/managedfusion-rewriter/blob/master/README.txt
# You can also read more about the setup process here https://github.com/managedfusion/managedfusion-rewriter/blob/master/README.md
# The following rules are just examples and can be deleted if you already know what you are doing

# test the reverse proxy
Expand All @@ -13,4 +13,4 @@ RewriteEngine On
#RewriteRule ^(/redirect/me1.html) /default.aspx?r=$1 [R,NC]

# rewrite test
#RewriteRule ^/not-a-directory/(.*) /SubFolder/default.aspx [NC,L]
#RewriteRule ^/not-a-directory/(.*) /SubFolder/default.aspx [NC,L]