wordpress/woocommerce problemz

1morenoob

BANNED
Joined
Nov 17, 2014
Messages
409
Reaction score
208
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
 
I'm going to get someone on fiver to fix this, is that a bad idea? lol, loads of good reviews etc
 
yeah, need to set the post date in the past, 1 year before or something. Not sure why but works
 
First create a Title for your Portfolio,then Save as Draft.It'l create the slug from that.It's because your .htaccess isn't writable.
 
if you are not using .htaccess file for redirection or any other specific purpose, just delete it or rename it your error 404 will be removed...
 
Back
Top