Quote:
|
Originally Posted by tonyskyday Have you looked at your phpinfo? Is it posible the Master Value (set in php.ini) is File Uploads: On, but for whatever reason the local value (which can be set in httpd.conf or .htaccess) is File Uploads: Off?
-Tony |
This is the only .htaccess file I can find and it's in my root directory:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName
www.johndouglas2004.com
AuthUserFile /home/content/a/r/m/armydawg/html/_vti_pvt/xxx
AuthGroupFile /home/content/a/r/m/armydawg/html/_vti_pvt/xxx
This was a site I inherited and the previous guy used frontpage extensions. Could that be a cause? I'm in over my head when it comes to .htaccess files.