Post name Permalinks – Page not found Woocommerce update 3.0.0
-
Hello!
After 3.0.0 Woocomerce update I got: Error 404 – Page not found! For Pages and blog posts. Im using Post name Permalinks. Im using Mystile theme.
If I disable Woocomerce then Permalinks works. So far I did:
– Changed to Plain permalinks – everything works. Switch back to Post name permalinks and Save – same error.
– Checked .htaccess permissions (644) and 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 WordPress– deleted .htaccess file and resaved permalinks settings – doesnt work.
Please help! Im losing money because of this Woocomerce update.
- The topic ‘Post name Permalinks – Page not found Woocommerce update 3.0.0’ is closed to new replies.