php - where are the .htaccess file for windows server 2008 R2 -
hi have got problem upload button due file size being big. trying find .htaccess file see if can change max_upload_size
. have changed within php.ini file, wanted make sure .htaccess file isn't overiding php.ini file.
the server hosting on windows server 2008 r2 , file directory within c$\inetpub\wwwroot\classroom.
.htaccess-files apache web server specific thing, not apply on iis.
you can check reported value of max_upload_size
creating file <php phpinfo();
in , check value is.
what message/error getting when trying upload? try find relevant information in iis logs.
Comments
Post a Comment