Not sure if this is the right section sorry. I'm using 'Remove slug from custom post type' plugin, trying to add more products, when I try to add a product I get this:
Remove Slug Custom post type error!
.htaccess is not writable, please add following lines to complete your installation:
RewriteRule ^product/(.+)$ /$1 [R=301,L]
RewriteRule ^product_variation/(.+)$ /$1 [R=301,L]
RewriteRule ^/(.+)$ /$1 [R=301,L]
RewriteRule ^/(.+)$ /$1 [R=301,L]
RewriteRule ^portfolio-items/(.+)$ /$1 [R=301,L]
RewriteRule ^faq-items/(.+)$ /$1 [R=301,L]
RewriteRule ^static-block-items/(.+)$ /$1 [R=301,L]
And if I do it I get a 404 error on the product page. Tried turning the plugin off and then I get a 404 error when I click any product.
Pleeease help me in simple terms lol
Remove Slug Custom post type error!
.htaccess is not writable, please add following lines to complete your installation:
RewriteRule ^product/(.+)$ /$1 [R=301,L]
RewriteRule ^product_variation/(.+)$ /$1 [R=301,L]
RewriteRule ^/(.+)$ /$1 [R=301,L]
RewriteRule ^/(.+)$ /$1 [R=301,L]
RewriteRule ^portfolio-items/(.+)$ /$1 [R=301,L]
RewriteRule ^faq-items/(.+)$ /$1 [R=301,L]
RewriteRule ^static-block-items/(.+)$ /$1 [R=301,L]
And if I do it I get a 404 error on the product page. Tried turning the plugin off and then I get a 404 error when I click any product.
Pleeease help me in simple terms lol