summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2015-09-07 07:25:57 +0000
committerramon <ramongomez@us.es>2015-09-07 07:25:57 +0000
commit6b22f15ab8580c3bc6d3fb7eec2db836596cd4c6 (patch)
treee33b4ede0c86372010825246833ba9862c39e000 /admin
parent965ac11d950c0ded527bdd824a7ae2ebd3ab6d63 (diff)
#708: ConfiguraciĆ³n de Apache para API REST sin usar fichero {{{.htacces}}} para mejorar la seguridad.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4671 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rw-r--r--admin/WebConsole/rest/.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/WebConsole/rest/.htaccess b/admin/WebConsole/rest/.htaccess
deleted file mode 100644
index dee08aa2..00000000
--- a/admin/WebConsole/rest/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine On
-RewriteBase /opengnsys/rest/
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^ index.php [QSA,L]
-