PDA

View Full Version : htaccess



protocoles
03-17-2008, 10:37 AM
Hello,

I've PHP5 and Apache 2.2.4. When I've added following in my htaccess file.

php_flag enable_dl off

I'm having 500 error. However other mod_rewrite like redirection works fine.

Does anyone have any idea that why is this?

Thank you,

tanfwc
03-17-2008, 02:13 PM
You are not allowed to modify php flag on htaccess. :)

protocoles
03-17-2008, 04:45 PM
is there any other option? how can I do that through htaccess file?

Also, php_value isn't working as well

Thank you

protocoles
03-18-2008, 03:48 AM
anyone please ...

protocoles
03-18-2008, 05:22 AM
anyone please ...

Katana
03-18-2008, 05:51 AM
wow protocoles2 bumps in less then 3 hours.. This is a forum, not a hotline..
And as far as i know you cannot use htacces for it, try php.ini?

protocoles
03-18-2008, 06:29 AM
I accidentally refresh the page twice, sorry DA mods

yes I tried but it doesn't work too.

nobaloney
03-27-2008, 03:49 PM
If you own the server, make your changes to the php.ini file; if not, then speak to your hosting company.

Jeff