dashboard URL displaying /index.php

UpdraftPlus Home Forums Paid support forum – UpdraftPlus backup plugin dashboard URL displaying /index.php

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #498846
    harry.higgon
    Participant

    Hello,

    Once performing a migration/restore my WP Dashboard URL now ends in /wp-admin/index.php – could you please advise why?

    The restore in question failed, displaying the following message: Move /home/tap/public_html/wp-content/wflogs -> /home/tap/public_html/wp-content/wflogs-old: Failed. Destination Directory UID=1204, GID=1205. Effective/real user IDs of the current process: 1204/1204 Effective/real group IDs of the current process: 1205/1205.

    Please advise on both issues.

    Thank you

    #499362
    harry.higgon
    Participant

    Awaiting response..

    Thank you

    #499635
    Bryle Crodua
    Moderator

    Hi,

    Apologies for the late reply.

    Please can you go to settings> Permalink and make sure that “index.php” is not written in your custom structure?

    Regards,
    Bryle

    #500079
    harry.higgon
    Participant

    Hello,

    I am using the Custom structure /%postname%/

    Thanks,
    Harry

    #500195
    Bryle Crodua
    Moderator

    Hi Harry,

    Can you also check that mod_rewrite is enabled on your server?
    If it is already enabled, please make sure this line of code is in your .htaccess file:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Regards,
    Bryle

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘dashboard URL displaying /index.php’ is closed to new replies.