I have the requirement of running the Wordpress admin over https.
We use a cdn to deliver cached content for the site but the cdn cannot accept secure traffic (only one SSL cert per IP allowed, and we run several sites off it). I cannot control redirects for httpS://www.mysite.com/.
Ben istiyorum:
http://www.mysite.com/blog/
httpS://secure.mysite.com/blog/wp-admin/
httpS://secure.mysite.com/blog/wp-login.php
Makalenin http://codex.wordpress.org/Administration_Over_SSL#Virtual_Hosts önerildiği gibi ben adresler yeniden denedim.
Varsayalım, bu tür wpadmin.mysite.com gibi, farklı bir adla bir dizi kullanabilirsiniz
Önerdiği gibi ne yazık ki bu hala çalışıyor httpS://www.mysite.com/blog/login.php
beni gönderir.
# No matter what it redirects to the wrong subdomain for login.php
http://www.mysite.com/blog/wp-admin/
-> httpS://secure.mysite.com/blog/wp-admin/
-> httpS://www.mysite.com/blog/wp-login.php.
Doğrudan css dosyaları oluyor da ne zaman hala yanlış url bağlantı (.)
Basit bir çözüm kapalı blog çalıştırmak olurdu http://blog.mysite.com/blog/
. Ne yazık ki bu denenmiş ve SEO nedenlerle karşı karar verildi.
Wordpress yapabilirsiniz yine de var mı?