aboutsummaryrefslogblamecommitdiff
path: root/cgi/.htaccess
blob: 97a4f173fa0a5542f797eaf1f713a98aa264567f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                
AddHandler cgi-script .py
Options +ExecCGI

# Uncomment if you want pretty URL (ie cgi/post)
#RewriteEngine On
#RewriteBase /cgi/
#RewriteRule ^weabot\.py/ - [L]
#RewriteRule ^(.*)$ weabot.py/$1 [L]