Handbuch:$wgScriptExtension
Appearance
Diese Funktion wurde in der Version 1.31.0 vollständig entfernt. |
Server-URLs und Dateipfade: $wgScriptExtension | |
---|---|
Extension to append to script names by default. |
|
Eingeführt in Version: | 1.11.0 |
Veraltet in Version: | 1.25.0 (Gerrit change 244199; git #7628a11d) |
Entfernt in Version: | 1.31.0 (Gerrit change 411484; git #de6dab71) |
Erlaubte Werte: | (Zeichenkette) |
Standardwert: | '.php' |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Extension to append to script names by default. This can either be ".php" or ".php5".
Some hosting providers used PHP 4 for *.php files, and PHP 5 for *.php5. This variable was provided to support those providers.
Now that this setting has been removed you can set up URL rewriting from ".php5" files to ".php" files to continue supporting ".php5" entry points.