/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Web/html/htaccess.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.htaccess (affects current directory and directories below it)
 
2
---------
 
3
* AddType text/x-server-parsed-html .html       
 
4
        Specifies extension for SSI documents (by default is .shtml)
 
5
 
 
6
* AddType application/x-httpd-php .html
 
7
        Specifies alternative extensions for PHP scripts
 
8
 
 
9
* ForceType application/x-httpd-php
 
10
        All files treated as PHP scripts
 
11
 
 
12
* <Files "foo">
 
13
        ForceType application/x-httpd-php
 
14
  </Files>
 
15
        Treat specified files as PHP script (with this name in all subdirs)
 
16
 
 
17
* ErrorDocument 404 /errorpage.html                                             
 
18
        Specifies page to display on error 404
 
19
 
 
20
* DirctoryIndex index.php index.php3
 
21
        Alternative directory indexes
 
22
 
 
23
* SSLRequireSSL
 
24
        Only secure connections