Can I set php flags in .htaccess or php.ini?

NO, php flags can not be set in the .htaccess file as an override. you must request a default copy of the php.ini file to be placed in your directory for making php program changes.

update Mar 2013: You no longer need a custom php.ini file you can set your own settings using the php selector tool. See this KB article on how to do it.

http://www.ethicalhost.ca/manager/knowledgebase.php?action=displayarticle&id=74 (login required)

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

None of my cgi scripts are working on the server. How do I get them to work?

Make sure that they are chmoded to 744. You can do this within the file manager from CPanel or...

How do I create databases and manage them?

Login to your control panel and click 'MySQL Databases'. Create a database, then create a...

What version of php/perl/mysql are you running?

For the latest versions of these programs, please login to your control panel and look at the...

How Do I Change/Upgrade The PHP Version My Site is Using?

The new php selector allows you to switch between php versions with a few clicks. Please see the...