Forum Moderators: phranque

Message Too Old, No Replies

.htaccess file question

can we manage php settings usign htaccess

         

dizyn

1:59 pm on Nov 24, 2007 (gmt 0)

10+ Year Member



I have a question.
I want to manage php's .ini settings using .htaccess file can i do so?

I mean, can i change max upload file size using .htaccess which is php setting?

or can I change
"; Allow ASP-style <% %> tags." which is purely php.ini setting.

thank you
dizyn

phranque

6:22 am on Nov 25, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



you could try the PHPIniDir directive, but i'm not sure if that is httpd.conf-only or can also be used in .htaccess...