Manual:fixExtLinksProtocolRelative.php
MediaWiki version: | ≥ 1.18 |
MediaWiki file: fixExtLinksProtocolRelative.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.38.1 • 1.37.2 • 1.35.6 |
Classes: | FixExtLinksProtocolRelative |
DetailsEdit
fixExtLinksProtocolRelative.php file is a maintenance script to fix any entries for protocol-relative URLs in the externallinks table, replacing each protocol-relative entry with two entries, one for HTTP and one for HTTPS.
OptionsEdit
This script does not accept any options.
UsageEdit
php maintenance/fixExtLinksProtocolRelative.php
Terminal
$ php maintenance/fixExtLinksProtocolRelative.php Fixing protocol-relative entries in the externallinks table... Done, 12 rows updated.