catherinelloydevans
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't access dashboard: getting SSL error message??
I’ve tried adding that code to the file, but no change. I changed it back just so I don’t do any other damage!I still got an error 404 message when I tried to log in using this login address
https://redkitecommunications.com/wp/wp-admin/
which is what I was using to access my site.There are two wp-config.php files in my directory. My primary domain is aruleoft (remember I said redkitecommunications is a subdomain)
To break down the structure then, there are:home/aruleft
– public_html
– – wp-config.phpand there is also
home/aruleft
– www
– – wp-config.phpwhere I’ve used – to show the hierarchy (sorry, not sure of the correct ways of writing these things down!)
Both public_html and www have folders entitled cgi-bin, redkitecommunications, wp-admin, wp-content and wp-includes before then listing lots of php and other files.
So I’m not sure which to edit?
Forum: Fixing WordPress
In reply to: Can't access dashboard: getting SSL error message??
I’ve tried adding that code to the file, but no change.I’m still getting an error 404 message when I try to log in using this login address
https://redkitecommunications.com/wp/wp-admin/
which is what I was using to access my site before…Forum: Fixing WordPress
In reply to: Can't access dashboard: getting SSL error messageThank you so much – that is great.
Ok, so – when I add the pieces of code below to the wp-config.php filedefine(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);from the WP tutorial, I literally paste them to the bottom of the code in the file?
ie this would be on lines 91 and 92 of the existing file – does that sound right?
Obviously ensuring I use https://redkitecommunications.com instead of example.comA link to the tutorial: https://yoast.com/articles/wordpress-seo/#www-non-www
Forum: Fixing WordPress
In reply to: Can't access dashboard: getting SSL error messageOk, thank you.
My file/coding skills are very shaky and I want to make sure I don’t do anything stupid – heeding the warnings of those who rightfully say ‘don’t change the code unless you know what you are doing!’ so, with that in mind:1) Do you think the errors occurred because I changed the URLs then? ie that needs to be fixed? Slightly worrying that this is in a tutorial for the plugin…!
2) Pardon the basic level of my question, but in the tutorial you’ve linked to – where do I do this change to the wp-config.php file? In the CPanel of my host, yes?
3) If I can’t then ever change that, as it says in the tutorial, will that affect my SEO rankings? ie, if the site URL has /wp after it?Thanks so much for your prompt reply, I’ll wait to hear back before I make any changes, just to be on the safe side.
Catherine ??