| | |
| | | AddOutputFilter INCLUDES .shtml |
| | | Options +Includes |
| | | </tmpl_if> |
| | | <tmpl_if name='php' op='==' value='no'> |
| | | <Files ~ '.php$'> |
| | | Order allow,deny |
| | | Deny from all |
| | | Allow from none |
| | | </Files> |
| | | <Files ~ '.php3$'> |
| | | Order allow,deny |
| | | Deny from all |
| | | Allow from none |
| | | </Files> |
| | | <Files ~ '.php4$'> |
| | | Order allow,deny |
| | | Deny from all |
| | | Allow from none |
| | | </Files> |
| | | <Files ~ '.php5$'> |
| | | Order allow,deny |
| | | Deny from all |
| | | Allow from none |
| | | </Files> |
| | | <Files ~ '.phps'> |
| | | Order deny,allow |
| | | Allow from all |
| | | </Files> |
| | | </tmpl_if> |
| | | </Directory> |
| | | |
| | | <tmpl_if name='cgi' op='==' value='y'> |