Apache

Turn of php register_globals locally

PHP global variables are used to set set variables globally. This feature were used vastly in past. But with time it has been proved as a sercurity threat for websites and server. So now a days most of the good php applications dont use this feature. PHP also highly discourages using this feature. Most of the new applications and good cms like drupal, wordpress, joomla requires this to be turned off.

No Comments

Read more

Fix 500 internal error after uploading drupal site to host

After uploading dscripts.net new site to host it was reallty getting so much boring with 500 internal errors. I developed this site in localhost for last two weeks and when I upload it to my host (http://www.hostgator.com) things started going wrong.

It was arround two nights hard work before I could fix it. I googled and found that having 500 internal error after uploading a drupal site is quite common. It may have lots of reasons.

No Comments

Read more