• After changing permalinks, except for the homepage, all URLs now display:

    The requested URL /LOCALHOST/ExampleSite/index.php was not found on this server.

    Running on MAMP, WP 3.9… anyone experienced and solved this?

Viewing 1 replies (of 1 total)
  • Nabil

    (@nabil_kadimi)

    Check that you have a .htaccess file, ifnot copy this one: https://codex.wordpress.org/htaccess#Basic_WP and place it in the root of your installation, next to index.php, wp-config.php, etc…

    Now that you have you .htaccess, try this:
    1- Re-save permalinks
    2- Check that your server has mod_rewrite enabled
    3- Check that your server allows overriding directives with .htaccess (it probably does if it has mod_rewrite enabled).

Viewing 1 replies (of 1 total)
  • The topic ‘404 Errors (all but Homepage) after Change to Post Name Permalinks’ is closed to new replies.