Manual:FixExtLinksProtocolRelative.php/bn
Appearance
| মিডিয়াউইকি সংস্করণ: | ≥ 1.18 |
| মিডিয়াউইকি ফাইল: fixExtLinksProtocolRelative.php | |
|---|---|
| অবস্থান: | maintenance/ |
| উৎস কোড: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| শ্রেণী: | FixExtLinksProtocolRelative |
Details
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.
Options
This script does not accept any options.
Usage
php maintenance/run.php fixExtLinksProtocolRelative
Terminal
$ php maintenance/run.php fixExtLinksProtocolRelative Fixing protocol-relative entries in the externallinks table... Done, 12 rows updated.
In MediaWiki version মিডিয়াউইকি ১.৩৯ and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.