I’d like to make a static app that uses just the .htaccess file and does not enable php or cgi scripts. What’s the right configuration for this? Is it something I can set in the htaccess file? asked 09 Feb '13, 11:21 pcoles |
You can just add the following lines to disable execution of PHP and CGI scripts:
answered 09 Feb '13, 17:24 waynek |