svn commit: r1928423 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dsahlberg Date: Sat Sep 13 11:11:12 2025 New Revision: 1928423 Log: In site/trunk Add a .htaccess file to activate the SSI engine Added: apr/site/trunk/docs/.htaccess Added: apr/site/trunk/docs/.htaccess ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ apr/site/trunk/docs/.htaccess Sat Sep 13 11:11:12 2025 (r1928423) @@ -0,0 +1,6 @@ +# Borrowed from Subverison's site +Options +Includes +RewriteEngine On + +RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT] +