Please
to Gain access or
to Create new account
Base of Knowledge - FAQs
Administration> Base of Knowledge - FAQs> Hosting / Web Accommodation> how can I change parameters of the file php.ini?
How can I change parameters of the file php.ini?
| It can do it creating a file called.htaccess inside the "httpdocs" or the directory that he wishes, inside this file it must specify the parameters that he wants to modify, we show him some examples:
To show errors PHP: php_flag display_errors On
To deactivate magic quotes: php_flag magic_quotes_gpc off
To activate magic quotes: php_flag magic_quotes_gpc on
Modrewrite:
RewriteEngine on
To change principal file: DirectoryIndex otroarchivo.html
|
To add Favorites
To print this one article
|
Also he can read