Should I change wp-config for SSL?

You better use a .htaccess file, where you force https with: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] The file goes in the root folder of your WP installation. If there is any, put this code on the beginning of the existing file. And you can then change the settings in the WP … Read more

WordPress – Promoting A Dev Build In A Subdirectory To Production / Root Directory

…just point Apache’s root directory to /public_html/development If you do this, I would seriously consider renaming “development” to “live” or something more meaningful, otherwise it’s going to get confusing going forward. Then you can create an .htaccess file in the document root with just the following mod_rewrite directive to rewrite everything to the /live subdirectory … Read more

WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/

Do you happen to have PHPMyAdmin or Adminer or a similar tool installed in your web server? You could easily run a search & replace. I’d recommend running a search and see if all the matching records make sense. Then, run a search & replace. As @WebElaine mentioned, WP tends to store the URLs in … Read more

Error uploading files bigger than 58 MB

Some ideas: You should check your php info, just to verify your upload settings (<?php phpinfo();?>) You could try a single install, to see if you have the same problems as with multisite. You should also try some 3rd party upload script yourself. In /wp-includes/script-loader.php I found these lines: // common bits for both uploaders … Read more

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