| Martin Norland 2004-11-29, 8:55 pm |
| -----Original Message from: Micah Stevens
[mailto:micah@raincross-tech.com] -----
> you can use .htaccess files to modify php.ini values for a particular
directory.=20
Yeah, try some of these fun settings!
# Run for 10 days!
php_value max_execution_time =3D 864000
# suck a gig of ram!
php_value memory_limit =3D 1024M
# let users upload DVD ISOs!
php_value upload_max_filesize =3D 4880M
=2E.. E.g. you can use .htaccess files to modify php.ini for a particular
directory *if the server allows overriding those settings*. (in Apache
this is aptly named AllowOverride).
Just a preemptive question-answer phase :)
- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent
those of St. Jude Children's Research Hospital.
|