|
cvs: pearweb /doc apache-setup.txt: msg#00084php.pear.core
mj Thu Oct 26 18:46:56 2006 UTC Modified files: /pearweb/doc apache-setup.txt Log: * Sebastian Bergmann has requested that PHPUnit and PHPUnit2 be removed from pear.php.net completely because it confuses users where to get the latest version. (Its new home has been on http://phpunit.de/ for a few months now.) We have satisfied Sebastian's wish and additionally put a redirect rule into place that directs all requests for the PHPUnit packages to http://phpunit.de/. http://cvs.php.net/viewvc.cgi/pearweb/doc/apache-setup.txt?r1=1.30&r2=1.31&diff_format=u Index: pearweb/doc/apache-setup.txt diff -u pearweb/doc/apache-setup.txt:1.30 pearweb/doc/apache-setup.txt:1.31 --- pearweb/doc/apache-setup.txt:1.30 Wed Sep 6 20:22:29 2006 +++ pearweb/doc/apache-setup.txt Thu Oct 26 18:46:56 2006 @@ -41,6 +41,11 @@ RewriteEngine On # + # Rewrite all PHPUnit traffic to its new home + # + RewriteRule /package/PHPUnit(.*) http://phpunit.de/ [R=301, NC] + + # # Rewriting rules for the RSS feeds # RewriteRule /feeds/(.+)\.rss$ /feeds/feeds.php?type=$1 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pearweb / package.php package.xml: 00084, Greg Beaver |
|---|---|
| Next by Date: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR Exception.php: 00084, Greg Beaver |
| Previous by Thread: | cvs: pear-core / package-PEAR.xml package-RemoteInstall.xml package2.xml /PEAR/Command Install.phpi: 00084, Greg Beaver |
| Next by Thread: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR Exception.php: 00084, Greg Beaver |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |