Multisite domain mapping breaks CSS

This is an old question, but I just ran into this same issue and found the problem: the MU Domain Mapping plugin is using a deprecated constant, PLUGINDIR, to remap the plugin directories on the mapped domains. The plugin seems to be very vaguely developed nowadays (and no releases have been out for a year), … Read more

Installed WordPress Location

Basically yes, but you’ll have to ensure that your sub-domain’s document root set to the correct file location so that it picks up your WordPress files correctly. Then you’ll have the WordPress Site URL, which I assume would be: mydomain.com Then you have the WordPress URL, which would be your sub-domain. You’ll just need to … Read more

Need ideas for HTTPS multiple domain solution

Solved this. I just needed to scrap the plugin and use the following code in my htaccess…AND switch my site/home URL to https://. But, now we’re all good. Here’s what I used, in case anyone else has this issue: # BEGIN HTTPS REDIRECT <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] </IfModule> … Read more

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