Manual:$wgScriptExtension
Appearance
Esta función se eliminó por completo en la versión 1.31.0. |
Server URLs and file paths: $wgScriptExtension | |
---|---|
Extension to append to script names by default. |
|
Introducido en la versión: | 1.11.0 |
Desaconsejado en versión: | 1.25.0 (Gerrit change 244199; git #7628a11d) |
Eliminado en la versión: | 1.31.0 (Gerrit change 411484; git #de6dab71) |
Valores permitidos: | (string) |
Valor predeterminado: | '.php' |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.