diff --git a/nuget/content/ManagedFusion.Rewriter.txt b/nuget/content/ManagedFusion.Rewriter.txt index e487c4f..61e1100 100644 --- a/nuget/content/ManagedFusion.Rewriter.txt +++ b/nuget/content/ManagedFusion.Rewriter.txt @@ -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 @@ -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] \ No newline at end of file +#RewriteRule ^/not-a-directory/(.*) /SubFolder/default.aspx [NC,L]