No, not as far as I can see. My .htaccess file is included below.
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
### marker NOCACHE COOKIES start ###
RewriteCond %{HTTP_COOKIE} woocommerce_items_in_cart
RewriteRule .* – [E=Cache-Control:no-cache]
### marker NOCACHE COOKIES end ###
### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###
### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###
</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
Options +FollowSymLinks
Redirect 307 /go https://chromasia.com/
Redirect 307 /latest https://chromasia.com/art-black-white-photography-assignments/
Redirect 301 /+ https://plus.google.com/109877874206927205378/
Redirect 301 /facebook https://www.facebook.com/chromasia
Redirect 301 /twitter https://twitter.com/chromasia
Redirect 301 /linkedin https://www.linkedin.com/in/davidjnightingale/
Redirect 301 /w https://www.chromasia.com/wp/wp-admin/
Redirect 301 /500px https://500px.com/chromasia
Redirect 301 /about.php https://www.chromasia.com/about/
Redirect 301 /commissions.php https://www.chromasia.com/commercial/
Redirect 301 /store.php https://www.chromasia.com/training-education/
Redirect 301 /bw https://chromasia.com/art-black-white-photography-assignments/
Redirect 301 /amember/member.php https://www.chromasia.com/tutorials/members/
Redirect 301 /training https://www.chromasia.com/
Redirect 301 /training/index.php https://www.chromasia.com/
Redirect 301 /training/about.php https://www.chromasia.com/about/
Redirect 301 /training/events.php https://www.chromasia.com/workshops-events/
Redirect 301 /training/mentoring.php https://www.chromasia.com/photography-mentoring-programme/
Redirect 301 /training/store.php https://www.chromasia.com/workshops-events/
Redirect 301 /training/one-to-one.php https://www.chromasia.com/one-to-one-photography-training/
Redirect 301 /training/events/venice_10_17.php https://www.chromasia.com/workshops-and-events/experience-venice-photo-tour-2017/
Redirect 301 /training/events/venice_2_18.php https://www.chromasia.com/venice-carnival-photo-tour-2018/
Redirect 301 /tutorials/online/ https://www.chromasia.com/training-education/
Redirect 301 /tutorials/online/curves https://chromasia.com/curves-tool-introduction/
Redirect 301 /tutorials/online/curves/index.php https://chromasia.com/curves-tool-introduction/
Redirect 301 /happy-halloween-2018/ https://chromasia.com/happy-halloween-2017/
# BEGIN litespeed noabort
<IfModule Litespeed>
RewriteEngine On
RewriteRule .* – [E=noabort:1]
</IfModule>
# END litespeed noabort
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN Protect XML-RPC
<Files “xmlrpc.php”>
Order deny,allow
Deny from all
</Files>
# END Protect XML-RPC
# END WordPress
<IfModule mod_headers.c>
<FilesMatch “.(js|css|xml|gz|html|woff|woff2)$”>
Header append Vary: Accept-Encoding
</FilesMatch>
</IfModule>