RajaKadal Admin Jancok
Jumlah posting : 532 Join date : 14.08.10 Age : 39 Lokasi : Depan Si Kokom
| Subyek: How to Turn off Register Globals using .htaccess OR php.ini ? Tue 11 Oct - 12:17 | |
| Is this tutorial we will be leaning on how to turn Register globals off to make your joomla secure. you would need to add this line at the end of your .htaccess file - Quote :
- php_flag register_globals off
In addition you may need to create (or edit) a php.ini file in your joomla! root directory. - Quote :
- The file should contain this line:
register_globals = off :optimis |
|