page not found 404
-
Hi!!
I have a problem with the woocommerce plugin. The product page is not found, bur really de product was created.
I tried many solutions that I read in this and others forums, but not resolved it.
I refreshed de permalinks and modified the .htaccess file with this code:
# 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 WordPressMy plugins are:
– Akismet
– All in One Webmaster
– Allow PHP in Posts and Pages
– Asesor de cookies
– Better WordPress Minify
– Broken link checker
– Formulario de Contacto 7
– Limitador de intentos de login
– NK Google Analytics
– Really Simple CAPTCHA
– Revolution slider
– SEO Crawlytics
– Seo Crawlytics Data Export & Delete
– SEO Post Optimizer
– SI CAPTCHA Anti-Spam
– UpdraftPlus – Backup/Restore
– WooCommerce
– WooCommerce Aztive Payment Gateway
– WooCommerce Email Validation
– Wordfence Security
– WordPress SEO
– WP Optimize
– WPBakery Visual Composer
– WP Customer Reviews
– WP Robots Txt
– WP Smush.it
– WP Super Cache
– WP Total HacksI disable the super cache plugin, and refresh the cache, but all is the same.
What can i do?
- The topic ‘page not found 404’ is closed to new replies.