summaryrefslogtreecommitdiff
path: root/site/.htaccess
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-03-08 22:42:39 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-03-08 22:42:39 +0000
commite2461503623a8fbd7175e753628668329af04cc6 (patch)
tree3a78508d2e035ab565fa650706cdbb46c32004bc /site/.htaccess
parentEnable ice_print on XmlError (diff)
downloadmirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.tar.bz2
mirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.tar.xz
mirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.zip
Add example configurations
Diffstat (limited to 'site/.htaccess')
-rw-r--r--site/.htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/.htaccess b/site/.htaccess
new file mode 100644
index 0000000..031be9b
--- /dev/null
+++ b/site/.htaccess
@@ -0,0 +1,7 @@
+<Files "mirrorsearch-cgi">
+ sethandler cgi-script
+</Files>
+RewriteEngine on
+RewriteCond %{REQUEST_URI} !^/mirrorsearch-cgi
+RewriteRule ^(.*) /mirrorsearch-cgi/\1 [L]
+