tattlemuss/daily-bard/master/assets/.htaccess - Htaccess File

tattlemuss/daily-bard/master/assets/.htaccess

# This .htaccess file is for use with Apache and makes it easier to set up

# Set the default index page for the directory to index.py
DirectoryIndex index.py

# Allow .py extensions to be treated as cgi scripts so that they are runnable.
AddType cgi .py
AddHandler cgi-script cgi py

On Github License

Files

Download PDF of Htaccess file

Comments

Apache