-
Author
-
December 10, 2016 at 13:17 #146636
wilfriedMarseille
ParticipantHello
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 …๐
December 12, 2016 at 05:23 #146703Laura
ModeratorHello, 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 solutionDecember 20, 2016 at 14:53 #147554wilfriedMarseille
ParticipantHello,
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.December 21, 2016 at 20:15 #147728Laura
ModeratorHello, 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 solutionDecember 22, 2016 at 03:17 #147768wilfriedMarseille
ParticipantHi,
You can find the htacces hee thanks ๐
December 26, 2016 at 01:46 #147982Laura
ModeratorHello, 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 WordPressTurn off ithemes security
If this resolves it then you should take a look at your ithemes security settingsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.