Hi there,
It looks like this issue is WordPress-related. Did you try to disable WooCommerce?
Please check this link for a solution on a similar issue: https://stackoverflow.com/questions/23659662/410-gone-error-after-wordpress-update. Can you try to remove the content from your .htaccess file and see if that helps?
I deactivated and reactivated woocommerce but the problem remains.
Also below is the htaccess. It seems to me more than regular.
# 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
Hey @parrottowebsolution,
I’ve performed some cross-testing for us today on several of my sites which have the latest versions of WordPress, WooCommerce and our free [Storefront](https://ww.wp.xz.cn/themes/storefront/) theme as the only enabled software. When doing so I’ve not been able to replicate the behaviour which you describe with regards to accessing the WooCommerce settings page.
If it helps this is the default .htaccess file from one of my WordPress installs and it seems to show the same content like the one you referenced from your site too.
# BEGIN WordPress
# The directives (lines) between <code>BEGIN WordPress</code> and <code>END WordPress</code> are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
As a test maybe try deleting the WooCommerce plugin and uploading a fresh copy to see if that helps.
It’s always good practice to create a full backup of your site using service like VaultPress or a plugin like UpdraftPlus before updating software or performing any other operations, in general, which may change a site’s files or database.
Hi @parrottowebsolution
Just wanted to check-in with you on the problem. I hope that the troubleshooting steps listed in the previous reply will help you in fixing the problems.
Since we haven’t heard from you in a while, I’m going to mark this topic as Resolved. Let us know if you keep running into troubles. You can either reply here to follow-up with the same problem, or create a new thread to report your troubles to us.
All the best!
Hi @parrottowebsolution
Just wanted to check-in with you on the problem. I hope that the troubleshooting steps listed in the previous reply will help you in fixing the problems.
Since we haven’t heard from you in a while, I’m going to mark this topic as Resolved. Let us know if you keep running into troubles. You can either reply here to follow-up with the same problem, or create a new thread to report your troubles to us.
All the best!