Multisite Sub domains not working

Do I have to create sub domain all the time in my cpanel before creating new website (sub domain) in WordPress? You need to make sure that the subdomains are created somewhere. WordPress doesn’t have the capability to create DNS entries for you. If you’ve got WordPress set up on example.com and you want to … Read more

Redirecting connection from IP to localhost

Trying to change edit the wp-config.php file was a good idea, let’s try some extra things to see if they solve the problem. Let’s add these lines to the bottom of your functions.php: update_option( ‘siteurl’, ‘http://LOCAL_HOST_IP/wordpress’ ); update_option( ‘home’, ‘http://LOCAL_HOST_IP/wordpress’ ); Using Relocate method Edit your wp-config.php file inserting: define(‘RELOCATE’,true); After that, from your browser … Read more

error messages in dashboard login

See WordPress Administration over SSL page. In there, it says : The constant FORCE_SSL_LOGIN can be set to true to force all logins to happen over SSL. This (and all other such definitions) must be placed before /* That’s all, stop editing! Happy blogging. */ in the file, otherwise they will not take effect. I … Read more

Config file with no Keys..?

It is indeed a security issue to have those left as the defaults, but it is not an extremely serious issue. To mitigate the problem of known default salts, WordPress intentionally recognizes when those values are left as “put your unique phrase here” and will not use that phrase as a key/salt. Instead, it generates … Read more

Redirect to another page using contact form 7? [closed]

Redirect to another page using contact form 7? [closed]

Alternatives to DISALLOW_FILE_EDIT wp-config Constant? It Breaks Some Plugins

I guess this would be of better use as a mu-plugin. EDIT: Now available as drop & play MU-Plugin. Also disables the »Theme« editor. <?php ! defined( ‘ABSPATH’ ) AND exit; /** Plugin Name: Disable »Theme/Plugin Editor« */ if ( ! class_exists( ‘disable_admin_editor’ ) ) { add_action( ‘plugins_loaded’, array( ‘disable_admin_editor’, ‘init’ ) ); class disable_admin_editor … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)