ssl - Wordpress install on https://www domain -


how can install wordpress on https://www domain ?
installed normal method not working! used code redirecting https , www.

rewriteengine on rewritebase / rewritecond %{https} !=on [or] rewritecond %{http_host} ^bloom\.pk$ [nc] rewriterule ^ https://www.bloom.pk%{request_uri} [r,l] 


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -