Move version 0.01 to Git repo
This commit is contained in:
18
.htaccess
Normal file
18
.htaccess
Normal file
@@ -0,0 +1,18 @@
|
||||
Options +ExecCGI
|
||||
AddHandler wsgi-script .py
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_URI} /\.svn/
|
||||
RewriteRule . - [F]
|
||||
<Files ~ "^\.">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
<Files ~ "^config.py">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
<Files ~ "^\.\.?$">
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Files>
|
||||
Reference in New Issue
Block a user