RedirectMatch 404 \.git
RedirectMatch 404 \.gitignore
RedirectMatch 404 package-lock.json
RedirectMatch 404 package.json
# BEGIN WordPress
RewriteEngine On
RewriteBase /ai-in-taiwan/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ai-in-taiwan/index.php [L]
# END WordPress
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]