fallback2
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Meta and Date Remover] Warning Message since UpdateYoast: I just discovered that all of my excerpt previews show a date – this is killing me! (And it shows the original date, not even updated one!) Emily said hers is back for Gutenberg. How about something for those of us using Classic to block dates showing?
Forum: Fixing WordPress
In reply to: Do people use builtwith.com for site attacks?Thanks, Steve.
But from what you are saying, this website is what they use to get that checklist, then.
Ugh, hate to think of people always looking to hurt others.Forum: Fixing WordPress
In reply to: Question mark and worried face at end of urlThank you! It seems to have disappeared now. It didn’t appear in the search bar, but just in the statcounter url. Maybe it was a glitch with them.
Forum: Fixing WordPress
In reply to: Is the most recent update of WordPress totally secure?Thank you, James. I’ll take a closer look at it all.
Forum: Fixing WordPress
In reply to: Unable to upload imagesSame problem here. Why was a notice of this not sent out??? Wowza. 5 weeks and not fixed??
Forum: Fixing WordPress
In reply to: After upgrading to WordPress 5.3.2, too many search boxesThank you, @tanveerkhan786 I always appreciate good css code!
I still don’t know why 2 additional search boxes show on a page that already has search results. I haven’t seen that in any of my other blogs. Maybe it’s a theme problem.Forum: Fixing WordPress
In reply to: Strange url that I didn’t post coming from Bing- malware?Thank you, a2hostingrj, I do have Wordfence, ran it again, and nothing wrong.
Hi, Jan, I’m only on a Chromebook, have some security plugins and see nothing else wrong. i’ll keep an eye on it.
Hi, Ben,
Very helpful feedback, thanks. Will contact them immediately.
Forum: Themes and Templates
In reply to: [Savona] Savona theme breaks with php 7.3Update: even with the warning, I upgraded to 7.0 and this time the site is okay. However, since it crashed with 7.3 I wanted to see if you will be still working on this theme.
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameAll of my tags are still directing to my old subdirectory, as logged in Redirection.(I asked about the tags in another post here, but no response yet. I wondered if tags were specifically coded to my old site in my theme somewhere, so I could change that.)
These 2 404s were also just logged in, which concern me. There were about 50 logs of the wordpress.png. Have no idea what that is.
https://site.com/new-cartoons/page/5/images/wordpress.png https://site.com/site.com_sitemap.xml
(yes, it is double like this, site.com/site.com )
In addition, when I just did a backup, it gave me the name of my old subdirectory as the name of the backup: old_wp_1111111.sql.gz
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameSomething is wrong with this htaccess.:(
Redirection has a log for 404s, and now the Redirection itself is redirecting all my subdirectory pages, etc, on its own (all its own IPs) These hits are not coming from the outside public, but from Redirection, like it’s looping itself, and they all begin with my old subdirectory, and have the IP of Redirection itself!
The 404s are all:
/oldsubdirectory/newpage/
instead of:
/newpage/Here is current htaccess:
DirectoryIndex index.htm index.php Options +FollowSymlinks # custrule rewriteengine on rewritecond %{HTTP_HOST} ^yourdomain.com$ rewriterule ^index\.htm(.*)$ "http\:\/\/yourdomain\.com$1" [R=301,L] # end custrules # Created by Redirection Module: Apache # Mon, 23 Jul 2012 12:56:15 +0000 # Redirection 2.2.13 - https://urbangiraffe.com/plugins/redirection/ <Files .htaccess,.svn> order allow,deny deny from all </Files> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.site\.com$ [NC] RewriteRule ^(.*)$ https://site.com/$1 [R=301,L] </IfModule> # End of Redirection # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Can one of you htaccess smart people please please help me solve this once and for all? Thanks for any hints at all.
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameExcellent, thank you! I’ll have to do this.
I have also enabled No Right Click plugin, to my mind the most important plugin developed in the 6 years I’ve had WordPress. I know it’s not perfect, but it is really great.
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameThank you so much, Seacoast.
But I built that html site 12 years ago, and my cartoons have been much improved for online viewing since then. In addition, they were not in a folder, but scattered like pick up sticks all through public html. I had to remove everything to put WP in its place.
One good thing, from the redirection log I can now finally find out exactly who has been hotlinking to my images, and I am going to give them what for, when I have this new site all in order. Plus they now get a big fat X from the images I took down. ??
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameThank you SO MUCH for replying!
I thought it was reversed, thank you. I have no idea how that happened, since I did not change that at all.
You are right, I need to redirect all of my pages, not just that one, but they do not show up in htaccess- they all seem to be controlled by Redirection plugin in their own server. However, I think the ones I have changed are working fine. I wrote in another thread asking about if images need to be redirected, too (I’m a cartoonist) and apparently they do, too, so I’ll work on them next.
But that index page is fixed and goes directly to my main site now! Thank you so much! https://donnabarstow.com/
Forum: Plugins
In reply to: [Plugin: Redirection] Apache module & htaccess not working?I also just noticed in my code above that there is a . before mysite
RewriteCond %{HTTP_HOST} ^www\.mysite\.com$ [NC]
I don’t know where this came from.This direction is not written in my redirection list. Should I just remove the period?