News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

PHP.ini configure for SMF ?

Started by adnan, June 30, 2005, 12:52:35 AM

Previous topic - Next topic

adnan

Hello !

You recommend us to this configure for php.ini :
     - it is recommended that the session.use_trans_sid directive is set to Off.
     - it is recommended that the session.use-cookies directive is set to On.
     - it is recommended that the memory_limit directive is set to at least 8M.
     - it is recommended that the max_execution_time directive is set to at least 15.
     - it is recommended that the register_globals directive is set to Off.

You konw that we can't change php.ini in server .
Could you reply me how can I creat these configurations via .htaccess ?
When I am alone I am happy.
shop giay nam| giay nam dep| giay vnxk

[Unknown]

php_flag session.use_trans_sid off
php_flag session.use_cookies on
php_value memory_limit 8M
php_value max_execution_time 15
php_flag register_globals off

-[Unknown]

Advertisement: