How I can set the php.ini values from the .htaccess?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Dino
    Private

    • May 2006
    • 3

    How I can set the php.ini values from the .htaccess?

    How can I set the php.ini values from the .htaccess?
    php_value post_max_size "50M" not working.

    Also these don't work either.

    <IfModule mod_php4.c>
    php_flag post_max_size 50
    php_value post_max_size 50
    </IfModule>
    or

    set_ini('post_max_size', 50);

    Thanks

    Dino
  • Brad
    Forum Administrator

    • Jun 2005
    • 525

    #2
    Re: How I can set the php.ini values from the .htaccess?

    Please submit a support ticket for further information on this topic.

    www.vodasupport.com

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment

    • Dino
      Private

      • May 2006
      • 3

      #3
      Hey brad thanks for the fast reply. I ending up getting this fixed by creating a php.ini file. From advice here




      Then added

      post_max_size =
      upload_max_filesize =

      Comment

      • Brad
        Forum Administrator

        • Jun 2005
        • 525

        #4
        Re: How I can set the php.ini values from the .htaccess?

        cool!

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment

        Working...
        X