Login   Register  
PHP Classes
elePHPant
Icontem

File: web/.htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  Ezmlm mailing list manager class  >  web/.htaccess  >  Download  
File: web/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Apache permissions file
Class: Ezmlm mailing list manager class
Web interface to manage ezmlm mailing lists.
Author: By
Last change: Set the file role.
Date: 2004-07-10 22:27
Size: 252 bytes
 

Contents

Class file image Download
DirectoryIndex index.html
<Files ~ "*">
allow from all
</Files>
<Files *.html>
SetHandler application/x-httpd-php
</Files>
<Files *.soap>
SetHandler application/x-httpd-php
</Files>
<Files *.js>
ForceType application/x-javascript
</Files>