From 07f5140771388c9e0c8a99b0dd2e5d950bdb173b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Oct 2021 15:16:42 +1100 Subject: moving h-source subdir out. --- admin/.htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 admin/.htaccess (limited to 'admin/.htaccess') diff --git a/admin/.htaccess b/admin/.htaccess new file mode 100755 index 0000000..d27d849 --- /dev/null +++ b/admin/.htaccess @@ -0,0 +1,9 @@ +# +# Options +FollowSymlinks + RewriteEngine on + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] +# + + -- cgit v1.2.3