الوصف
This very simple plugin aims at avoiding mixed content when using https for wordpress sites.
Principle
When you are using HTTPS for browsing, all content resources will point to https. All ‘http’ references will be changed to ‘https’.
On the contrary, if you want HTTP browsing, all references will be changed to ‘http’, which can be useful if you are behind a proxy that filters https.
التنصيب
Installation complexity is minimal :
- Upload
https-switch.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
That’s all, folks.
المراجعات
المساهمون والمطوّرون
“Https Switcher” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Https Switcher“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
0.1
- Initial version.
0.2
- Some filters added
0.3
- Remove unwanted spaces