Quote:
|
Originally Posted by thevinster
Hi Till,
Yes I have. It works of course. But if I wanted to isolate those instructions to one particular directory, say /home/www/web150/web/seperate_directory, how would I do that?
|
Like this:
Code:
<Location '/seperate_directory'>
php_value upload_max_filesize 128M
php_value post_max_size 128M
LimitRequestBody 134217728
</Location>