HTACCESS SET PHP Memory Limit

<IfModule mod_php5.c>
    php_value memory_limit 64M
</IfModule>
Powerhudaman