Chad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: VPS on bluehost problemsLooks like the multisite is not finding that (just guessing).
Have you made sure all the .htaccess and the wp-config.php directives for the multisite are there and correct.You said you were on shared, which means the path could be different if you set an absolute path, might need to check that too.
instead of like /home4/user/public_html make sure that it matches the path your user currently is at.Forum: Fixing WordPress
In reply to: VPS on bluehost problemsWhat is the actual issue?
Do you have any errors from your error logs?If you have the ability to create wildcard domains a multisite should be no problem, and most hosts that I am aware of do not actually support them like they do not support coding. The techs get trained on most common problems and how to help solve them. And the better the tech the more likely harder issues will be able to be fixed
IMO, I wouldn’t want someone messing with a multisite if they are unsure how to “support” it or understand what is actually going on.
If you get some errors or example urls up that would be pretty helpful for us to see what the actual issue is.
Forum: Fixing WordPress
In reply to: 404 code URL not recognisedHello,
Is it when you enter your credentials that you get the 404?
if so check your wp-admin error_log should be something close to
../public_html/wp-admin/error_log
(unless it is in a subfolder) then it should be something like:
../public_html/subfolder/wp-admin/error_logyou can look at the log and see errors that would be causing issue for that, if you are unsure how to do this or what the errors mean then you should be able to contact you hosting providers support and get some help.
This can be related to plugin or theme issues, making sure your plugins are up to date and that the theme is also up to date along with being on the most recent version of wordpress.
Forum: Fixing WordPress
In reply to: Cannot access admin from BluehostAre you still having login issues?
Looks like the NS are pointed correctly now.
dig futurestories.today NS @8.8.8.8
; <<>> DiG 9.8.1-P1 <<>> futurestories.today NS @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1041
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0;; QUESTION SECTION:
;futurestories.today. IN NS;; ANSWER SECTION:
futurestories.today. 21599 IN NS ns1.bluehost.com.
futurestories.today. 21599 IN NS ns2.bluehost.com.;; Query time: 149 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Apr 17 17:55:16 2016
;; MSG SIZE rcvd: 85Forum: Plugins
In reply to: WORDPRESS.COM VS www.ads-software.com PLUGINSHello,
No, you do not need a wordpress.com account to use www.ads-software.com software.
You will need a FQDN and hosting provider, or your own server setup correctly.
There are some plugins that come with www.ads-software.com that requires only a free wordpress.com account to use ie: akismet, jetpack. but other than that you are free to install Custom themes and Plugins that you would like.
Forum: Plugins
In reply to: Jetpack Plugin & WP stats HELPHello,
Do you have a wordpress.com account?
Jetpack is provided by wordpress.com, so you will need to make a wordpress.com account and then you can go into your existing site and connect jetpack to the wordpress.com account.
Also if you have any blocks in your .htaccess like:
<Files “xmlrpc.php”>
Order Allow,Deny
deny from all
</Files>you will either need to remove that, or add automatics(wordpress.com/jetpacks) IPs so that t they are not blocked.
Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostHello David,
Awesome!
For the astro, it looks to load if I use https so if you haven’t added the force redirects to the wp-config.php or updated the site and home URLs to be https:// instead of https:// then it won’t. You could also add some rewrite to for https in the .htaccess but I suggest against that. Try keeping the .htacces as simple as possible.
You get the best results updating the urls in wordpress, so in the general settings of the Admin Dasboard update them there to https://astro.huntergeophysics.com/ for the site and home url.If you try and do a search replace to update all links in the Database then it will be less likely you would see issues. The force redirect in the wp-config.php however is also a good easy way to get it done.
Glad that worked out for you and hope that getting it to redirect is as simple.
Hope this helpsForum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on Bluehosthttps://my.bluehost.com/cgi/help/766
Look into this for enabling wildcard ssl on subdomain with Bluehost.
Needs to be done from the .htaccess. If you have any questions their support should be able to help you with it.Forum: Fixing WordPress
In reply to: server error 505What kind of server are you on?
Have you asked your host if they are doing maintenance or experiencing issues?
What version of WordPress?What Browser are you using?
Are the error logs in the site files in wp-admin showing anything?
The more information you post about errors/issues you are experiencing the better and quicker someone may be able to help.