Extension:PHP-Rewriter
From MediaWiki.org
|
PHP-Rewriter Release status: unknown |
|
|---|---|
| Description | renames files from .php to .php5 |
| Download | off site (inc src) |
Note: This will not be needed as of MediaWiki 1.11.0, which will support environments where PHP 5 requires a .php5 extension out of the box.
This is the homepage of the little tool PHP Rewriter.
Contents |
[edit] What it does
This program renames all files from "*.php" to "*.php5" (extensions can be changed). Some domain hosters require a different extension to make the program run unter php5, e.g. www.1und1.de in Germany.
All files in the specified path and its subdirectories will be renamed. Also all sourcecode will be changed accordingly, so that a call to file "xyz.php" will call ""xyz.php5" instead."
This program has been developed mainly to change the MediaWiki files and some extensions. This is necessary to run MediaWiki Software 1.7 and above. It should work for other php-software, too.
[edit] Installation
This is Software runs on MS Windows only! Check also this help document for 1und1.
[edit] Issues and feedback
Please use "Discussion" to add comments.

