diff options
Diffstat (limited to 'fap/httpd/httpd_root/.htaccess')
-rw-r--r-- | fap/httpd/httpd_root/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fap/httpd/httpd_root/.htaccess b/fap/httpd/httpd_root/.htaccess new file mode 100644 index 0000000..17add11 --- /dev/null +++ b/fap/httpd/httpd_root/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteRule ^files/(.+)$ x.php?mode=image&file=$1 [L] +RewriteRule ^tg-edge/(.+)$ x.php?mode=config&hostname=$1 [L] |