• I used the MAMP on my MAC to run the WP, and learn how to build my first website,but
    Suddenly, when I click on the “all product” function try to edite my product on the left side of WP control panel. It showed this error messang:”The requested URL /wp-admin/edit.php was not found on this server.”
    Why is this happening?
    How to solve this problem?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Stef

    (@serafinnyc)

    If I understand you correctly you got WP installed, everything was going ok, you got products loaded but then went to edit one and ran into an error?

    How many plugins are you running and what if any custom code have you added?

    Thread Starter topcelestial

    (@topcelestial)

    yes, that’s the situation you see.

    Since you’ve mentioned.
    I’ve ever tried the custom code in the “htaccess” file.

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
    RewriteRule ^feed/?.*$ https://feeds.freegroup.org/freegroup [L,NC,R=301]
    </IfModule>

    but it seems didn’t work, then I delete the code.

    Here is my PLugin list:
    Advanced Dynamic Pricing for WooCommerce
    All-in-One WP Migration
    Booster for WooCommerce
    Contact Form 7
    Coupon Box for WooCommerce
    Duplicator
    Facebook for WooCommerce
    Fusion Builder
    Fusion Core
    Jetpack by WordPress.com
    LayerSlider WP
    Mailchimp for WooCommerce
    Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC)
    Product Blocks for WooCommerce
    Smush
    Slider Revolution
    WooCommerce
    WooCommerce Advanced Product Labels
    Yoast SEO

    Thread Starter topcelestial

    (@topcelestial)

    My htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /public_html/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /public_html/index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter topcelestial

    (@topcelestial)

    I just found another situation:
    This is my “all product” function URL:
    https://localhost:8888/public_html/wp-admin/edit.php?post_type=product

    I just found that it works on the Chrome, but still show the error on Safari.

    Why is that? How to solve this problem on Safari?

    thanks~

    Stef

    (@serafinnyc)

    is it cached in safari?

    don’t edit the WP rewrite. Add a separate line for what you want to do.

    Thread Starter topcelestial

    (@topcelestial)

    I’ll leave the htaccess as original, prefer not to do anything on it.
    But, now it still not function in Safari, is there any way to make it right?
    Actually, I really don’t know what’s the error message meant.
    I hope there is a way to make it correct in Safari.
    In Safari, when I click the “all products” function, it still shows the error of the URL issue, instead in Chrome, it can correctly run the “all product” edit function and link to “https://localhost:8888/public_html/wp-admin/edit.php?post_type=product

    any idea to deal whit it?

    thanks

    Stef

    (@serafinnyc)

    I have no idea. Are you clearing cache in Safari? You never answered.

    Thread Starter topcelestial

    (@topcelestial)

    ok, I got it.
    It can be slolved after the catch was all clear~

    thank you very much ^ ^

    Stef

    (@serafinnyc)

    It’s possible. Hard to say when working with local installs.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The requested URL /wp-admin/edit.php was not found on this server’ is closed to new replies.