• Good day.

    I would like to export my blog to my domain http://www.familylifesa.co.za. I have downloaded the export file but when importing I get this…

    Forbidden
    You don’t have permission to access /wp-admin/admin.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Please will you help me complete this task.

    Dave

    The blog I need help with is familylifesa.wordpress.com.

Viewing 1 replies (of 1 total)
  • 1. Set permissions to 777 all of you files under /wp-admin/*.php
    2. inserted this into your .htaccess file at the root of your website:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Sometimes it works. Let me know..

Viewing 1 replies (of 1 total)

The topic ‘Trouble importing .xml’ is closed to new replies.