Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter blogrite

    (@blogrite)

    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

    Thread Starter blogrite

    (@blogrite)

    Hey Michael,

    I have flushed the permalink cache, deleted the original page and recreated. Something appears to be stuck and anything I label as /blog/ gets redirected to /burn-blog/blog now. burn-blog was created with CPT. I’ve since removed CPT. Appreciate any further thoughts.

    Dave

Viewing 2 replies - 1 through 2 (of 2 total)