Wp config on shared hosting
-
Hello.
I have the simple shared PHP 7 hosting (not vds) but with the working memcached extension.
I just want to make sure I set it up wp-config.php correctly. Here is belowdefine( 'WP_CACHE_KEY_SALT', 'my.site' ); $memcached_servers = array( '/home/my-login/tmp/memcached.sock:0' );
Is this the correct entry?
Thank You.
- The topic ‘Wp config on shared hosting’ is closed to new replies.