aboutsummaryrefslogtreecommitdiffstats
path: root/extras/fap/httpd/httpd_root/.htaccess
diff options
context:
space:
mode:
authorJonas Lindstad <jonaslindstad@gmail.com>2016-05-23 13:56:26 +0200
committerJonas Lindstad <jonaslindstad@gmail.com>2016-05-23 13:56:26 +0200
commitd7db901796438c811ab239ecbbee0ad0dd49832c (patch)
tree870021685ed17fbdc14e5b9b24cfe0687eeccf20 /extras/fap/httpd/httpd_root/.htaccess
parent34cebee827c1fb2410ea8551a5a3c3242084fc07 (diff)
Added all changes to FAP for TG16 + some documentation
Diffstat (limited to 'extras/fap/httpd/httpd_root/.htaccess')
-rwxr-xr-xextras/fap/httpd/httpd_root/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/fap/httpd/httpd_root/.htaccess b/extras/fap/httpd/httpd_root/.htaccess
index 17add11..fc37acb 100755
--- a/extras/fap/httpd/httpd_root/.htaccess
+++ b/extras/fap/httpd/httpd_root/.htaccess
@@ -1,3 +1,3 @@
RewriteEngine on
-RewriteRule ^files/(.+)$ x.php?mode=image&file=$1 [L]
-RewriteRule ^tg-edge/(.+)$ x.php?mode=config&hostname=$1 [L]
+RewriteRule ^files/(.+)$ index.php?mode=image&file=$1 [L]
+RewriteRule ^tg-edge/(.+)$ index.php?mode=config&hostname=$1 [L]