TheWill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unable to install premium themes (Are you sure you want to do this?)You should try uploading your theme via FTP to the /wp-content/themes directory.
Forum: Fixing WordPress
In reply to: unable to install premium themes (Are you sure you want to do this?)I would do what bh_WP_fan recommended.
But also increase the
; Maximum size of POST data that PHP will accept.
post_max_size = 10M; Maximum allowed size for uploaded files.
upload_max_filesize = 10Mto a value larger than your theme file.
Forum: Fixing WordPress
In reply to: Shared ssl conundrumOk changing the https to http in the WordPress url fixed the file being saved with https when uploaded.
Although it’s still referencing the file with maindoamin.com/~userver
Also the bigger problem now is with the redirection. When I go to userdomain.com/wpdirectory/wp-admin it redirects to: https://maindomain.com/~user/wpdirectory/wp-login.php?redirect_to=https://userdomain.com/wpdirectory/wp-admin/&reauth=1
Forum: Installing WordPress
In reply to: So I have a Godaddy account and only my old blog still showshttps://www.webzmusic.com/wp-admin/
Then just go to appearance — themes and activate your theme.
Forum: Networking WordPress
In reply to: Non www. version different from www. versionAre you using a caching plugin?
Forum: Networking WordPress
In reply to: WordPress Multisite dns issueHad a little different problem with my second domain. I checked my domain at intodns.com and apparently I have two different IP’s set as A records.
Although in godaddys total dns control panel it only showed one A record with the correct IP. So I deleted the record and recreated it. Now I can access my domain without www. But when I try it with the www I get some page with an add. Turns out that my add blocker was blocking the add so the site just looked like a blank white page.
Guess I have to contact godaddy and ask them whats up.
Forum: Networking WordPress
In reply to: WordPress Multisite dns issueI wasn’t able to locate any php error logs. I also checked that my php.ini was set to display errors.
Fortunately the domain that I pointed to my main sites IP is now resolving, I just changed my other domain to point to the same IP. Hopefully all I need to do now is wait for the ttl to expire, which should be in about an hour.
I probably could have gotten it work on the main IP by editing the zone file for the add-on domain.
Thank you very much Andrea. ??
Forum: Networking WordPress
In reply to: Multisite subdomain vs sub directory setup?Apparently out the box subdomains appear as a separate website to search engines like google. Although this may or may not matter if you have domain mapping setup.