403 Error With 404 .../wp-admin/post.php

Status
Not open for further replies.

capston8

New Member
Messages
2
Reaction score
0
Points
1
I saw the update to the .htaccess file and think it may be part of my problem but I am not sure how to fix this. This is for a WordPress site.
Here is what it looks like.

# 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



http://capstoneteam2.x10host.com/wp-admin/post.php says file doesn't exist or

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

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


I cannot post anything new to my site though updating the existing posts work fine. I have tried updating permalinks, uploading a new post.php file and .htaccess, maxing out file permissions, repairing links from database and nothing is working for me.

Any help that can be provided would be great.
 

Ohso

Member
Prime Account
Messages
114
Reaction score
4
Points
18
What are you trying to post? I found having HTML or PHP code pasted onto my posts cause this due to mod_security they have enabled on servers.
 

capston8

New Member
Messages
2
Reaction score
0
Points
1
It was actually multiple articles on PHP's new update and HTML5. Is there a way I can still post code into the article? Editing the Htaccess file somehow?
 
Status
Not open for further replies.
Top