diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-23 13:56:26 +0200 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-23 13:56:26 +0200 |
commit | d7db901796438c811ab239ecbbee0ad0dd49832c (patch) | |
tree | 870021685ed17fbdc14e5b9b24cfe0687eeccf20 /extras/fap/httpd/httpd_root/.htaccess | |
parent | 34cebee827c1fb2410ea8551a5a3c3242084fc07 (diff) |
Added all changes to FAP for TG16 + some documentation
Diffstat (limited to 'extras/fap/httpd/httpd_root/.htaccess')
-rwxr-xr-x | extras/fap/httpd/httpd_root/.htaccess | 4 |
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] |