Not from what I’m seeing. There is no redirect plugins installed either. I’ve used CPT before on many other websites and never had this problem.
I’ve readded the plugin, recreated the custom post type, and a post called blog. The redirect error stops and the page shows. What are your steps for removing the post type(deleting) and removing the plugin? Last time I simply deleted the post type and deactivated, deleted the plugin.
# 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
# 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
Thanks