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.
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.