adrianmcg85
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
There are no conflicting slugs. I’ve tried on local to use random with hyphens slug and still get 404.
I’ll try with a new custom post type.
The other thing it may be is yoast seo
No. I have custom post types. So the slugs should all be different.
Strange my rewrite settings the same. As your cloudup. But seems to get 404.
Really odd.
Underscores work but not good for seoI’m not sure how to use rewrite to stop hyphened slug going to 404.
I’ve reverted to using underscore for my slugs. But I think they are not good for SEO.
It could be to do with ‘rewrite’ and ‘custom rewrite slug’No I’m not using ‘custom rewrite slug’ field.
I have a htaccess file. I have tried removing this but had no luck.# 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
Viewing 6 replies - 1 through 6 (of 6 total)