diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 22:42:39 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 22:42:39 +0000 |
commit | e2461503623a8fbd7175e753628668329af04cc6 (patch) | |
tree | 3a78508d2e035ab565fa650706cdbb46c32004bc /site/.htaccess | |
parent | Enable ice_print on XmlError (diff) | |
download | mirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.tar.bz2 mirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.tar.xz mirrorsearch-e2461503623a8fbd7175e753628668329af04cc6.zip |
Add example configurations
Diffstat (limited to 'site/.htaccess')
-rw-r--r-- | site/.htaccess | 7 |
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] + |