aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess16
1 files changed, 16 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..fd5f7b2
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,16 @@
+SetEnv LOG_FILE "license_generator.log"
+SetEnv DATABASE_URL "mysql://localhost:3306/dome_key"
+
+
+ErrorDocument 404 /404.html
+
+
+RewriteEngine on
+
+RewriteRule /?\.htaccess$ - [F,L]
+
+RewriteRule ^(license-generator) license-generator.fcgi [L]
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^([^\.]+)$ $1.html [L]