Question

Hi I have got a problem with my upload button due to the file size being to big. But I am trying to find the .htaccess file to see if I can change the max_upload_size. I have changed this within the php.ini file, but just wanted to make sure that the .htaccess file isn't overiding the php.ini file.

The server that I am currently hosting it on is windows server 2008 R2 and the file directory is within the c$\inetpub\wwwroot\Classroom.

Was it helpful?

Solution

.htaccess-files are a Apache web server specific thing, it does not apply on IIS.

You can check the reported value of max_upload_size by creating a file with <php phpinfo(); in it and check what the value is.

What message/error are you getting when trying to upload? Try to find relevant information in the IIS logs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top