Viewing 5 replies - 1 through 5 (of 5 total)
  • I guess it relates to htaccess configuration.

    Make sure your htaccess is configured correctly.

    Navigate here for more detailed information of how-to.

    I just got the same problem on a website that was working without any problem till recently.

    I understand that the original poster may have a different issue but the timing makes me think that there might be a common cause.

    @dashlane0536 did you manage to solve the problem ?

    Do you use WPML on the website that has the problem ?

    Edit: The following works normally:
    /wp-admin/admin.php?page=wc-settings
    Can I disable pretty links in the back-end?

    Thread Starter dashlane0536

    (@dashlane0536)

    No solution yet. I don’t think its the htaccess as this has been unchanged for months and the problem just came all of a sudden.

    Our htaccess:

    # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !domain\.eu$ [NC]
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    # 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

    RewriteCond %{HTTP_HOST} ^domain\.deals$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.domain\.deals$
    RewriteRule ^/?$ “https\:\/\/www\.domain\.nl” [R=301,L]

    As I can see on other e-shops I’ve created (with pretty urls / non default permalinks), the standard url for WooCommerce settings in the admin menu is
    /wp-admin/admin.php?page=wc-settings

    So the strange thing is, where did
    /wp-admin/wc-settings
    came from ?

    Here are the plugins (+WooCommerce) used on the website that has the problem:
    Advanced Access Manager
    Advanced Post Types Order
    Compact Audio Player
    Ninja Forms
    Redirection
    Revolution Slider
    Sidebar Login
    W3 Total Cache
    Weight Based Shipping for Woocommerce
    Widget CSS Classes
    WooCommerce Multilingual
    WPML Multilingual CMS
    WPML CMS Nav
    WPML Media
    WPML Sticky Links
    WPML String Translation
    WPML Translation Management
    YITH WooCommerce Wishlist
    Yoast SEO

    This moment I don’t have the time to disable plugins and do some further testing.

    @dashlane0536:
    Can you post the plugins that you use and also test if the problem persists when you disable all the plugins (except WooCommerce of course)? Also please test with a default wordpress theme.

    Thread Starter dashlane0536

    (@dashlane0536)

    All of a sudden ours works again, like you said, the only thing is that the menu had the wrong link.

    @georodop
    Of the plugins listed by you, we use these:
    Advanced Access Manager
    W3 Total Cache
    Weight Based Shipping for Woocommerce
    WooCommerce Multilingual
    WPML Multilingual CMS
    WPML CMS Nav
    WPML Media
    WPML Sticky Links
    WPML String Translation
    WPML Translation Management
    YITH WooCommerce Wishlist

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce Settings 404?’ is closed to new replies.