Support Forum
Mr Papa said
nothing in .htaccess? and no redirection plugin?
Thank you for the additional thought on this Steve!
We have no redirect plugins running.
Below is our entire .htaccess file? Notice anything peculiar?
FYI: I tested removing the items in blue with no affect on the feed (in)validation.
RewriteEngine On
RewriteBase /# uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
RewriteRule ^(.*/)?sitemap.xml wp-content/sitemap.php [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]# redirect to non-www
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]# security Measures
<files wp-config.php>
order allow,deny
deny from all
</files><files .htaccess>
order allow,deny
deny from all
</files># Block the include-only files
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteRule ^wp-includes/[^/]+.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
</IfModule>Options All -Indexes
# End Security
Simple:Press powers the Tripawds Discussion Forums.
It's better to hop on three legs than to limp on four.
The Tripawds Blogs Community is made possible by The Tripawds Foundation.
you have a lot of non standard stuff in there... doesnt mean bad or wrong, just not what you get from a standard, default wp ms install...
that said, nothing jumps out to me as suspect...
Jim, you have a staging server, right? does this occur there also? If so, for grins, would try it with the default wp theme active and all other plugins disabled... lets just rule them out - or not...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
you have a staging server, right? does this occur there also?
No. I believe this has something to do with the theme which raised it's ugly head after recent WP updates.
Just can't figure out what...but we have a long overdue in the works anyway. We'll see what gets done first!
Thanks again.
Simple:Press powers the Tripawds Discussion Forums.
It's better to hop on three legs than to limp on four.
The Tripawds Blogs Community is made possible by The Tripawds Foundation.
okay, let us know what you find...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)