PEAK XOOPS - need I to put php.ini in all the folders? in englishin japanese

need I to put php.ini in all the folders?

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2005/10/28 6:48
bezoops  ÆóÅùʼ From: Canary Islands-Spain  Posts: 10
In my web site explain me that i can configure each php.ini for each foder, but i cannot make a php.ini for all the site.
need I to put php.ini in all the folders?
Or, are only a especial folders that need it?
This php.ini has:
register_globals = off;
allow_url_fopen = off;
session.use_trans_sid = off; 
If i put this php.ini in www.mysite.com/modules/protector/admin/, protector says that all is Ok.
But i know that is not ok
Votes:34 Average:10.00
depth:
1
Previous post - Next post | Parent - No child | Posted on 2005/11/29 14:13
GIJOE  ÀèǤ·³Áâ   Posts: 4110
If you are admin of the server, edit php.ini in your system and restart httpd.

If you are a user of some hosting services and they allows you to add .htaccess
-------------------
php_flag register_globals off
php_flag session.use_trans_sid off
-------------------
(Give up changing allow_url_fopen off in the condition)


You'd better learn .htaccess first.
It's common-sense.
Votes:40 Average:9.75

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!