You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/04/25 12:16:43 UTC

svn commit: r1330184 - /directory/site/trunk/content/studio/.htaccess

Author: pamarcelot
Date: Wed Apr 25 10:16:42 2012
New Revision: 1330184

URL: http://svn.apache.org/viewvc?rev=1330184&view=rev
Log:
Added missing .htaccess file to make the CGI work.

Added:
    directory/site/trunk/content/studio/.htaccess

Added: directory/site/trunk/content/studio/.htaccess
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/.htaccess?rev=1330184&view=auto
==============================================================================
--- directory/site/trunk/content/studio/.htaccess (added)
+++ directory/site/trunk/content/studio/.htaccess Wed Apr 25 10:16:42 2012
@@ -0,0 +1,5 @@
+RewriteEngine on
+
+RewriteBase /studio/
+
+RewriteRule ^download-test.html$ download-test.cgi [L]
\ No newline at end of file