Executing PHP scripts in a Drupal site

Executing PHP scripts in a Drupal site

Other than running this blog, I also test PHP codes on this server. If you are running Drupal on an Apache web server, then Drupal's .htaccess file is configured to disallow access to any folders that does not belong to Drupal. This means that if I need to create a folder of my own to execute PHP codes, Drupal's .htaccess configuration will stop me and show this nice 404 page.