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