You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2014/01/10 14:52:30 UTC

svn commit: r1557121 - in /perl/site: .htaccess Embperl/

Author: stevehay
Date: Fri Jan 10 13:52:30 2014
New Revision: 1557121

URL: http://svn.apache.org/r1557121
Log:
Move /Embperl redirects from Embperl/.htaccess to top-level .htaccess (which is not generated from https://svn.apache.org/repos/asf/perl/modperl/docs/trunk anyway, so is safe to edit directly) and then we can delete Embperl/ which doesn't contain anything else and clashes with embperl/ on Windows's case-insensitive filesystem.

Removed:
    perl/site/Embperl/
Modified:
    perl/site/.htaccess

Modified: perl/site/.htaccess
URL: http://svn.apache.org/viewvc/perl/site/.htaccess?rev=1557121&r1=1557120&r2=1557121&view=diff
==============================================================================
--- perl/site/.htaccess (original)
+++ perl/site/.htaccess Fri Jan 10 13:52:30 2014
@@ -1,3 +1,3 @@
 ErrorDocument 404 /404.html
-
-
+RedirectPermanent /Embperl/ http://perl.apache.org/embperl/
+RedirectPermanent /perl/Embperl/ http://perl.apache.org/embperl/