modified file `htaccess` (after activation of `AudioIgniter` version 1.7.3)

This commit is contained in:
KawaiiPunk 2022-04-17 00:39:33 +00:00 committed by Gitium
parent 55ea6cf8dd
commit d448263ade
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f