Viewing 4 replies - 1 through 4 (of 4 total)
  • The WordPress admin permalinks section works in-conjunction with the .htaccess file. I would check your .htaccess and see how its setup. The index.php item doesn’t look correct to me.

    The only way I know of the Duplicator adding that in there is if on the second screen of the installer you placed index.php as part of the path. Otherwise I’m not sure how that got there. Do you have any other plugins installed that write to the .htaccess file. Some common plugins are SEO, Security, Stats plugins, etc…

    Thread Starter dropshot

    (@dropshot)

    The .htaccess looks like this

    # 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

    Basic settings as from Codex, https://codex.wordpress.org/htaccess

    Nope, did not add that to the path.

    Very basic site, only three plugins:
    BackWpUp
    ACF Pro
    Duplicator

    Can it be a server setting? What do I need to ask my host?

    Thread Starter dropshot

    (@dropshot)

    Ok. I deleted the .htaccess file and tried to update permalinks.

    No new .htaccess file is added. And if I add the file manually wordpress doesn’t write to the file when I update the permalink settings.

    I even tried to add a new wp installation on the servers at my new host. Same thing happens even to a new installation.

    So I think I can confirm that this is NOT a bad behaviour from your plugin.

    This must be a server issue.

    The PHP process on your server may not have permissions to update the .htaccess file. This can sometimes be the case…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘index.php added to permalinks’ is closed to new replies.