This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #146636
     wilfriedMarseille
    Participant

    Hello
    When i try to export my content wih my admin account.
    I got thisย 

    Forbidden

     

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

    You think is a servor problm or extension problem ?
    Because i desactivate al extension and i got alway the problem …

    ๐Ÿ™

    #146703
     Laura
    Moderator

    Hello, it seems like a server limitation issue, please contact your hosting provider ๐Ÿ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #147554
     wilfriedMarseille
    Participant

    Hello,
    So i contactmy host provider and h found a solution.
    I have to rename my htacces. And can use my export tools.
    So the problem is from this file.
    But i don’t know which line i need to change.
    If you have an issue i lisen to you.

    #147728
     Laura
    Moderator

    Hello, can you share the content of your htaccess here? as a text file ๐Ÿ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #147768
     wilfriedMarseille
    Participant

    Hi,

    You can find the htacces hee thanks ๐Ÿ™‚

    #147982
     Laura
    Moderator

    Hello, backup that file and replace the content with

    COPY CODE
    
    # 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
    
    

    Turn off ithemes security
    If this resolves it then you should take a look at your ithemes security settings

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?