php / web-pecl

The PECL website
http://pecl.php.net
Other
34 stars 30 forks source link

Remove unused parts of the PEAR manual #37

Closed petk closed 5 years ago

petk commented 5 years ago

The manual endpoint is used in pear.php.net pearweb application and in the pecl.php.net it has been refactored via 9c130f3fdf85a000ce766029e225f145fa4c3aab

With this, also production server configuration will need to be adjusted where the following configuration can be now removed:

- RewriteRule   /download-docs.php    /manual/index.php [R=301]

# ...

- <Location /manual>
-     ErrorDocument 404 /error/404-manual.php
- </Location>
petk commented 5 years ago

Applied via 1543bf0332f5263849d0ff1e9e8a212783e4d8c9