|
If the server you are on is not running php as CGI, meaning that php runs as the web server user/group (usually nobody), then you can do the following.
1. cd into the directory that you want to disable php. 2. create/edit the .htaccess file in that directory. 3. Add the following line `php_flag engine off` 4. save and quit
<< back
|