]> andersk Git - sql-web.git/blame - .htaccess.main
Fix CSRF vulnerabilities
[sql-web.git] / .htaccess.main
CommitLineData
997305cf 1RewriteEngine On
8ef0d58a 2RewriteBase /~sql/main/
997305cf 3
88b7d384 4RewriteCond %{REQUEST_URI} ^.*/do/(.+)$
79ffa771 5RewriteRule ^do/(.+)$ $1.php [L,QSA]
997305cf
JP
6
7RewriteCond %{REQUEST_FILENAME} !-f
8RewriteRule .* do/index [R,L,QSA]
9
88b7d384 10RewriteCond %{THE_REQUEST} !^(GET|POST)\ /.+do/.+\ HTTP
997305cf
JP
11RewriteCond %{REQUEST_FILENAME} !\.html$
12RewriteCond %{REQUEST_FILENAME} !\.css$
13RewriteCond %{REQUEST_FILENAME} !\.jpg$
14RewriteRule .* do/index [R,L,QSA]
This page took 0.265458 seconds and 5 git commands to generate.