Mercurial > hg > dbtune-site
changeset 16:048d2a1c4c89
Don't want these .htaccesses any more, they interfere with the parent one
author | Chris Cannam |
---|---|
date | Wed, 08 Nov 2017 14:06:24 +0000 |
parents | eea58cdb7c08 |
children | 7a3f4b31c61d |
files | cmn/data/.htaccess cmn/page/.htaccess cmn/resource/.htaccess cmn/resource/sparql/.htaccess cmn/sparql/.htaccess |
diffstat | 5 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/cmn/data/.htaccess Wed Nov 08 13:57:16 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -RewriteEngine on -RewriteBase /cmn/data - -RewriteRule ^(.*)$ http://localhost:6666/cmn/data/$1 [P]
--- a/cmn/page/.htaccess Wed Nov 08 13:57:16 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -RewriteEngine on -RewriteBase /cmn/page - -RewriteRule ^(.*)$ http://localhost:6666/cmn/page/$1 [P]
--- a/cmn/resource/.htaccess Wed Nov 08 13:57:16 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -RewriteEngine on -RewriteBase /cmn/resource - -RewriteRule ^(.*)$ http://localhost:6666/cmn/resource/$1 [P]