diff options
Diffstat (limited to 'h-source/.htaccess')
-rwxr-xr-x | h-source/.htaccess | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/h-source/.htaccess b/h-source/.htaccess deleted file mode 100755 index 95ab62f..0000000 --- a/h-source/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -RewriteEngine On - -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] |