Sorry, it turned out to be a permissions issue on the server. This should have been closed. Thanks for replying back though!
Ok so it appears that the php pages work outside of the “wp-content” directory, but for some reason, they are not executing within this directory. Thoughts?
Please anybody take a shot at this issue!
Has no one seen this issue before? My web host says it has to be the .htaccess file. Here is what is currently in it:
# 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