문제

I want to enable wordpress multisite on openshift hosting

I have added in wp-config.php file

define( 'WP_ALLOW_MULTISITE', true );

But this has no effect i can't see network seetings in wordpress admin, under tools menu

Has openshift disabled wordpress multisite ?

Please note that i am in free plan, and i'm sure i was editing the right wp-config.php file through ftp.

도움이 되었습니까?

해결책

Try doing an rhc app restart, or rhc app stop && rhc app start on your application and see if that helps reload the configuration. When you do a WordPress update you have to do a restart also.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top