Notifications
Clear all
General Questions
2
Posts
2
Users
0
Reactions
1,803
Views
Dec 31, 2016 4:51 am
php 7.0 on IIS with Windows Server 2016
Increased my limits as:
Post size: 256M
Upload Max File size: 256M
Max Exec Time: 300
Max Files to Upload: 100
Max Input Time: 300
Memory Limit: 512M
When I upload a .SQL file that is 37,919KB I get a error 404 when it finishes uploading. I've tried this in Chrome and in FireFox. Both are newest versions out.
Any idea what to do?
1 Reply
Dec 31, 2016 11:43 am
Hello,
Did you adjust "Maximum allowed content" for the phpmyadmin site? This may cause the 404 error.
To change this setting:
- Open site in IIS
- Select Request Filtering
- Click "Edit Feature Settings" (Right side bar)
- Modify Maximum allowed content to suit your needs. (Default is 30000000Bytes).
Kind Regards,
Trevor Robinson