php.ini and .htaccess
17. Jun 06 | Design Tips & Tricks | Comments OffI have just learned a lesson – disable cookies and forget about the access to this WP’s admin dashboard!
OK, another lesson learned today – how to add php.ini functions to .htaccess file on Apache server.
Two examples:
php_flag register_globals on
php_flag output_buffering on


