• support[@]kurinchilion.com
  • +1 (888) 666-4252

How to turn off register_globals via php.ini?

Jul 16, 2009 - by kurinchilamp / / Post Comment
It is always secured to turn OFF register_globals in PHP applications. Earlier, we have seen how to turn OFF register_globals setting via .htaccess file and in this blog we will use php.ini instead. Using a text editor create a file called php.ini. This will be our first step. Next, we need to add the following line of code in php.ini register_globals = off Upload php.ini file to the root folder where your application resides.
Continue Reading

PHP Security: Hiding Program Extensions

May 14, 2009 - by kurinchilamp / / Post Comment
Obfuscating Scripting Language Extension in PHP is one of the technique that is effective to a certain extent in delaying the unscrupulous act of an active hacker. Following are few simple techniques used for hiding the program extensions. i) Hiding program extension using .htaccess ii) Hiding program extension using php.ini iii) Hiding program extension using apache directive configuration (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.