]> git.llucax.com Git - personal/website.git/blob - source/blog/.htaccess
Import personal website to git
[personal/website.git] / source / blog / .htaccess
1
2 Options FollowSymlinks ExecCGI Multiviews
3 MultiviewsMatch Any
4 DirectoryIndex blog
5 AddHandler cgi-script .cgi
6 RewriteEngine Off
7
8 <FilesMatch ^config.pyc?$>
9         Order allow,deny
10         Deny from all
11 </FilesMatch>
12