IT Problem
When you try to post a new page or post on your wordpressWordPress is a database driven CMSA CMS or Content Management System is a system that is used to manage websites The CMS is used to store files such as images or movies. You can then attach these objects to pages or posts. WordPress is a CMS system. that enables beginners and web design experts to create simple or extremely complex websites. With the help of 1000`s of plugins that save time on coding professional looking sites can be created and maintained easily.Techieshelp is rand on wordpress. blogBlog or Web LogBlog or Web Log is a term used by a type of website. people "blog" on their website about a chosen subject or subjects. CMS systems such as WordPress are used by bloggers for a personal journal but they can equally be used as a standard website. is a term used by a type of website. people "blog" on their website about a chosen subject or subjects. CMS systems such as WordPress are used by bloggers for a personal journal but they can equally be used as a standard website. you recieve “You don’t have permission to access /wp-admin/post.php on this server.”
This is quite a common problem and there are a few fixes see below.
IT Solution
If you have recently installed a new plugin, DISABLE it , lets say the situation is even worse and you cannot access the plugins. You will then need to ftpFile Transfer ProtocolFile Transfer Protocol or FTP is a network protocol that enables users to transfer files from one pc/server to another pc/server. Some websites offer all of their downloads in FTP. FTP sites can be password enabled for securty.FTP runs on port 21. or FTP is a network protocol that enables users to transfer files from one pc/server to another pc/server. Some websites offer all of their downloads in FTP. FTP sites can be password enabled for securty.FTP runs on port 21. onto your site and go to the plugins directory and delete the plugin.Then attempt to create the new post. If this fails continue on…
Your website host may be implementing filtering which creates a mod_security error, all is not lost..
In your .HTaccess file which is located in the root of your website add the below commands ( copy and paste ).
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
This will stop the host filtering applying to your site.
If this still is not working, then we need to make sute that post.php and the other files in your theme are set to permissions 755, login via cpanelcPanel is a web based control panel system used to manage websites. It enables you to manage SQL databases, email addressess,website logs and lot more server side domain management. and check the permissions, if they are not 755 then change them
Related posts:
- You cannot mount a new Exchange Server 2010 Mailbox database
Brilliant! You fixed my problem. Thank you very much!
This worked well for me as well, thanks!
I could not solve it in cPanel.
Please help!
degroundshaker[at]gmail.com
Upgrade WordPress Manually…
So first download wordpress 3.3 from here
http://wordpress.org/download/
then extract it to a temporary folder..
Then take a FULL BACKUP of my website locally.
Then you need to copy the folders all files & folders – except the wp-content folder from a the download of WordPress. Again I repeat DO NOT UPLOAD THE FRESH WP-CONTENT.
Once all the files have uploaded you will need to go the URL below, replacing your site.
http://yoursite.com/wordpress/wp-admin/upgrade.php
Make sure you again now take a full backup of your site.