commit | d067701127ae8d76cfccf579d754888dbfc84ee2 | [log] [tgz] |
---|---|---|
author | Jon Leech <oddhack@sonic.net> | Thu Mar 28 04:10:11 2019 -0700 |
committer | Jon Leech <oddhack@sonic.net> | Thu Mar 28 04:10:11 2019 -0700 |
tree | 11f19c09ede919bc9ef92483b1af8a48f3253059 | |
parent | 3c1b2e87b5c3ed4c3db17b7364038932327ea53f [diff] |
Use absolute path
diff --git a/sdk/2.1/docs/man/xhtml/.htaccess b/sdk/2.1/docs/man/xhtml/.htaccess index e68a851..45cd770 100644 --- a/sdk/2.1/docs/man/xhtml/.htaccess +++ b/sdk/2.1/docs/man/xhtml/.htaccess
@@ -14,4 +14,4 @@ RewriteCond %{ENV:REDIRECT_STATUS} 200 RewriteRule ^ - [L] -RewriteRule ^(redir|fred).html$ write_pipe.html [NE,L,R=301] +RewriteRule ^/(redir|fred).html$ /write_pipe.html [L]