https変更後、強制的にhttpでアクセス滋賀県守山市のホームページ制作

ワードプレス

https変更後、強制的にhttpでアクセス

wp-config.php

update_option( 'siteurl', 'http://example.com' );
update_option( 'home', 'http://example.com' );

functions.php

update_option('siteurl','http://example.com');
update_option('home','http://example.com');