<IfModule mod_headers.c>
    Header always set X-Frame-Options SAMEORIGIN
    Header set X-XSS-Protection "0"
    Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
    Header set X-Content-Type-Options nosniff
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^nztms/go99$ /go99 [R=301,NC,L]
    RewriteRule ^nztms(\/.*|)$ / [R=301,NC,L]
    RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|js|robots\.txt|favicon\.ico)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
    RedirectMatch 404 ^/uniqlocarrierallot/index
    RedirectMatch 404 ^/uniqlocarrierallot$
    RedirectMatch 404 ^/uniqlocarrierallot/
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%1]
</IfModule>
