kaneidentity
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLUpdate: after going to GoDaddy online support 3 times, this last one was different and more helpful. He corrected the database by resetting the database password? I don’t know what that is or how that was affected but I am assured the site is fixed, and the only issue remaining is the SSL cert, which I just rekeyed for reissuance. So we shall see. The site doesn’t show but should no longer say datacase connection error and instead show error with SSL cert.
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLYeah that’s what I’ve been seeing this whole time. My wp-config was reverted from all changes to the original state, I just checked as well. The only things that have been changed in all, are the site/home URL through General Settings in WordPress and the code we input into .htacess yesterday. Externally, a new SSL cert was applied that is not working but the site still showed (insecure) before the URL change.
A lot of people had this issue from forums I found. They all auto post a link to instructions on how to change the URL back to original because apparently the databases are tied to the site URL? Only changing the URL back fixed it for some people so I need to find how to revert and I don’t know how. I will try manually setting the URL to “www.kanekuo.com” (no http) without https:// in SQL to test; I’ve tried both https:// and https:// maybe my original was without them.
- This reply was modified 4 years, 3 months ago by kaneidentity.
- This reply was modified 4 years, 3 months ago by kaneidentity.
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLOkay thanks so much for your help. I’ll leave it for a day to allow for any propagation and possibly anything to do with the SSL propagation as well
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLAlso, is there a way to find out what my original URL was before I changed it? A way to see where the databases are tied to?
I was pretty certain it was originally ‘https://www.kanekuo.com’ and I added an ‘s’ to make it ‘https’
but the deeper I get into this I can’t really say now for certain (lol kill me) and I didn’t note it down…Forum: Fixing WordPress
In reply to: Cannot access site after changing URLShould I paste it even before the engine code? This is how I have it, or should I move it even to the very very top?
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ bugaboo-councilmen.php?$1 [L]# If an https URL is not being used then redirect to use https
# This is mostly for when other sites have links to your site
# but didn’t use https:// or sometimes types only Domain name into their Browser
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.kanekuo.com/$1 [R=301,L]With this, the page still doesn’t load but I can wait
*That really is interesting if you can see my page. I can’t across multiple devices and my friends too. But they have visited before, maybe something cached?
- This reply was modified 4 years, 3 months ago by kaneidentity.
- This reply was modified 4 years, 3 months ago by kaneidentity.
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLOk thank I will try it out. I managed to find where I can access my SQL Database in case that’s needed for anything else
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLSorry for multipost, something glitched. I’ll look into myPhpadmin but I can access my file manager through GoDaddy and add lines to htaccess or any wp-options. Does it make a difference?
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLFurthermore, also tried the wp-config fix:
define( ‘WP_HOME’, ‘https://www.kanekuo.com’ );
define( ‘WP_SITEURL’, ‘https://www.kanekuo.com’ );Site does not work still. Why would WP have a URL change function without safeguards
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLFurthermore, also tried the wp-config fix:
define( ‘WP_HOME’, ‘https://www.kanekuo.com’ );
define( ‘WP_SITEURL’, ‘https://www.kanekuo.com’ );Site does not work still. Why would WP have a URL change function without safeguards
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLFurthermore, also tried the wp-config fix:
define( ‘WP_HOME’, ‘https://www.kanekuo.com’ );
define( ‘WP_SITEURL’, ‘https://www.kanekuo.com’ );Site does not work still. Why would WP have a URL change function without safeguards
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLI added a functions.php file with:
<?php
update_option( ‘siteurl’, ‘https://example.com’ );
update_option( ‘home’, ‘https://example.com’ );with my URL replacing in the correct place and my site still doesn’t run.
I understand this problem only occurred through my manual change of URL thru WordPress general settings, so I understand it as an issue that needs to be fixed through WP
Again my website doesn’t show for me following a general setting change in WP. Was showing before (SSL issues irrelevant to this particular matter)
Furthermore, also tried the wp-config fix:
define( ‘WP_HOME’, ‘https://www.kanekuo.com’ );
define( ‘WP_SITEURL’, ‘https://www.kanekuo.com’ );Site does not work still. Why would WP have a URL change function without safeguards
- This reply was modified 4 years, 3 months ago by kaneidentity.
- This reply was modified 4 years, 3 months ago by kaneidentity.
Forum: Fixing WordPress
In reply to: Cannot access site after changing URLHm it’s definitely not working for me. On my android phone as wel.
Forum: Themes and Templates
In reply to: Twenty Twelve: Remove header border, extend header#1 resolved with code:
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: none !important;
box-shadow: none !important;
}Forum: Themes and Templates
In reply to: Twenty Twelve: Remove header border, extend header