Title: LiteSpeedCache &#8211; 404 Font Error
Last modified: February 15, 2020

---

# LiteSpeedCache – 404 Font Error

 *  Resolved [demircanuzer](https://wordpress.org/support/users/demircanuzer/)
 * (@demircanuzer)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/)
 * I used to Litespeedcache Plugin.
    Problem picture(GTMetrix & PageSpeed Insıghts:
   [https://demircanuzer.com/lgd/2020/02/gt.png](https://demircanuzer.com/lgd/2020/02/gt.png)
 * I deleted to Litespeed cache Plugin problem is solved.
 * My .htaccess:
 *     ```
       # 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]
       RewriteRule ^min/\w+\.(css|js) - [E=cache-control:no-vary]
   
       ### 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
       # BEGIN NON_LSCACHE
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       ### marker BROWSER CACHE start ###
       <IfModule mod_expires.c>
       ExpiresActive on
       ExpiresByType application/pdf A2592000
       ExpiresByType image/x-icon A2592000
       ExpiresByType image/vnd.microsoft.icon A2592000
       ExpiresByType image/svg+xml A2592000
   
       ExpiresByType image/jpg A2592000
       ExpiresByType image/jpeg A2592000
       ExpiresByType image/png A2592000
       ExpiresByType image/gif A2592000
       ExpiresByType image/webp A2592000
   
       ExpiresByType video/ogg A2592000
       ExpiresByType audio/ogg A2592000
       ExpiresByType video/mp4 A2592000
       ExpiresByType video/webm A2592000
   
       ExpiresByType text/css A2592000
       ExpiresByType text/javascript A2592000
       ExpiresByType application/javascript A2592000
       ExpiresByType application/x-javascript A2592000
   
       ExpiresByType application/x-font-ttf A2592000
       ExpiresByType application/x-font-woff A2592000
       ExpiresByType application/font-woff A2592000
       ExpiresByType application/font-woff2 A2592000
       ExpiresByType application/vnd.ms-fontobject A2592000
       ExpiresByType font/ttf A2592000
       ExpiresByType font/woff A2592000
       ExpiresByType font/woff2 A2592000
   
       </IfModule>
       ### marker BROWSER CACHE end ###
   
       ### marker MINIFY start ###
       <IfModule mod_rewrite.c>
       RewriteEngine on
       RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
       RewriteCond %1/wp-content/cache/$2/$1.$2 -f
       RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
       </IfModule>
       ### marker MINIFY end ###
   
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       # END NON_LSCACHE
       # BEGIN WP Hide & Security Enhancer
       <IfModule mod_rewrite.c> 
       RewriteEngine On 
       RewriteBase / 
       #WriteCheckString:1581778475_9961
       RewriteRule .* - [E=HTTP_MOD_REWRITE:On]
   
       RewriteRule ^location/location1 /wp-content/plugins/wp-hide-security-enhancer/router/file-process.php?action=style-clean&file_path=/wp-content/themes/soledad/style.css&replacement_path=/location/location1 [L,QSA]
   
       RewriteRule ^location/location1 /wp-content/themes/soledad/style.css [L,QSA]
   
       RewriteRule ^location/(.+) /wp-content/themes/soledad/$1 [L,QSA]
   
       RewriteRule ^hid/(.+) /wp-content/plugins/contact-form-7/$1 [L,QSA]
       RewriteRule ^hid1/(.+) /wp-content/plugins/elementor/$1 [L,QSA]
       RewriteRule ^hid2/(.+) /wp-content/plugins/mailchimp-for-wp/$1 [L,QSA]
       RewriteRule ^hid3/(.+) /wp-content/plugins/oauth-twitter-feed-for-developers/$1 [L,QSA]
       RewriteRule ^hid4/(.+) /wp-content/plugins/penci-portfolio/$1 [L,QSA]
       RewriteRule ^hid5/(.+) /wp-content/plugins/penci-recipe/$1 [L,QSA]
       RewriteRule ^hid6/(.+) /wp-content/plugins/penci-review/$1 [L,QSA]
       RewriteRule ^hid7/(.+) /wp-content/plugins/penci-shortcodes/$1 [L,QSA]
       RewriteRule ^hid8/(.+) /wp-content/plugins/penci-soledad-amp/$1 [L,QSA]
       RewriteRule ^hid9/(.+) /wp-content/plugins/penci-soledad-demo-importer/$1 [L,QSA]
       RewriteRule ^hid10/(.+) /wp-content/plugins/penci-soledad-slider/$1 [L,QSA]
       RewriteRule ^hid11/(.+) /wp-content/plugins/vafpress-post-formats-ui-develop/$1 [L,QSA]
       RewriteRule ^hid12/(.+) /wp-content/plugins/wpforms-lite/$1 [L,QSA]
       RewriteRule ^pluf/(.+) /wp-content/plugins/$1 [L,QSA]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^wp-content/plugins(.+) /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
       RewriteRule ^wp-includes(.+) /index.php?wph-throw-404 [L]
   
       RewriteRule ^inl/(.+) /wp-includes/$1 [L,QSA]
   
       RewriteRule ^lgd/(.+) /wp-content/uploads/$1 [L,QSA]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^wp-content/uploads/(.+) /index.php?wph-throw-404 [L]
   
       RewriteRule ^hic.php /xmlrpc.php [L,QSA]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteCond %{REMOTE_ADDR} !^185\.106\.211\.102$
       RewriteRule ^wp-cron.php /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^wp-activate.php /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^readme.html /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^license.txt /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteCond %{REQUEST_FILENAME} -f
       RewriteCond %{REQUEST_FILENAME} !wp-activate.php [NC]
       RewriteCond %{REQUEST_FILENAME} !wp-cron.php [NC]
       RewriteCond %{REQUEST_FILENAME} !wp-signup.php [NC]
       RewriteCond %{REQUEST_FILENAME} !wp-register.php [NC]
       RewriteCond %{REQUEST_FILENAME} !wp-comments-post.php [NC]
       RewriteCond %{REQUEST_FILENAME} !wp-login.php [NC]
       RewriteRule ^wp-([a-z-])+.php /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^xmlrpc.php /index.php?wph-throw-404 [L]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteRule ^wp-signup.php /index.php?wph-throw-404 [L]
   
       RewriteRule ^confluf/(.+) /wp-content/$1 [L,QSA]
       RewriteCond %{ENV:REDIRECT_STATUS} ^$
       RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
       RewriteRule ^wp-content(.+) /index.php?wph-throw-404 [L]
   
                                   <FilesMatch "">
                                       <IfModule mod_headers.c>
                                           Header unset X-Pingback
                                       </IfModule>
                                   </FilesMatch>
   
                                   <FilesMatch "">
                                       <IfModule mod_headers.c>
                                           Header unset X-Powered-By
                                       </IfModule>
                                   </FilesMatch>
       </IfModule> 
   
       # END WP Hide & Security Enhancer
   
       # BEGIN rlrssslReallySimpleSSL rsssl_version[3.2.9]
       <IfModule mod_rewrite.c>
       RewriteEngine on
       RewriteCond %{HTTPS} !=on [NC]
       RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
       </IfModule>
       # END rlrssslReallySimpleSSL
       # BEGIN WordPress
       # <code>BEGIN WordPress</code> ve <code>END WordPress</code> arasındaki yönergeler (satırlar)
       # dinamik olarak oluşturulmuştur ve sadece WordPress süzgeçleri ile düzenlenmelidir.
       # Bu işaretler arasındaki yönergelerde yapılan değişiklikler üzerine yazılacaktır.
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
   
       # Basladi - Keep Alive Etkinleştirme
       <ifModule mod_headers.c>
       Header set Connection keep-alive
       </ifModule>
       # Bitti - Keep Alive Etkinleştirme
   
       # Basladi - GZIP Sıkıştırma
       <IfModule mod_gzip.c>
       mod_gzip_on Yes
       mod_gzip_dechunk Yes
       mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
       mod_gzip_item_include handler ^cgi-script$
       mod_gzip_item_include mime ^text/.*
       mod_gzip_item_include mime ^application/x-javascript.*
       mod_gzip_item_exclude mime ^image/.*
       mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
       </IfModule>
       # Bitti - GZIP Sıkıştırma
   
       # Basladi - XMLRPC Devre Dışı Bırakma
       <IfModule mod_alias.c>
       RedirectMatch 403 /xmlrpc.php
       </IfModule>
       # Bitti - XMLRPC Devre Dışı Bırakma
   
       # Basladi - WP-Cron Saldırı Engelleme
       <files wp-cron.php>
       order allow,deny
       deny from all
       </files>
       # Bitti - WP-Cron Saldırı Engelleme
   
       # Basladi - Kötü Botları Engelleme
       <IfModule mod_rewrite.c>
       RewriteCond %{REQUEST_METHOD} ^(connect|debug|delete|move|put|trace|track) [NC]
       RewriteRule .* - [F]
       </IfModule>
       <IfModule mod_rewrite.c>
       RewriteCond %{HTTP_REFERER} ([a-z0-9]{2000,}) [NC,OR]
       RewriteCond %{HTTP_REFERER} (trafers.com|semalt.com|todaperfeita|nubuilderti.info|my-seo-promotion.com|my-seo-promotion.com|my-seo-promotion-service.com) [NC]
       RewriteRule .* - [F]
       </IfModule>
       SetEnvIfNoCase User-Agent ([a-z0-9]{2000}) bad_bot
       SetEnvIfNoCase User-Agent (binlar|casper|checkpriv|choppy|clshttp|cmsworld|diavol|extract|feedfinder|flicky|g00g1e|harvest|heritrix|httrack|kmccrew|loader|miner|nikto|nutch|planetwork|postrank|purebot|pycurl|python|seekerspider|siclab|skygrid|sqlmap|sucker|turnit|vikspider|winhttp|xxxyy|youda|zmeu|zune) bad_bot
       Order Allow,Deny
       Allow from All
       Deny from env=bad_bot
       RewriteEngine on
       RewriteCond %{HTTP_USER_AGENT} almaden [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Anarchie [OR]
       RewriteCond %{HTTP_USER_AGENT} ^ASPSeek [OR]
       RewriteCond %{HTTP_USER_AGENT} ^attach [OR]
       RewriteCond %{HTTP_USER_AGENT} ^autoemailspider [OR]
       RewriteCond %{HTTP_USER_AGENT} ^BackWeb [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Bandit [OR]
       RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [OR]
       RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Buddy [OR]
       RewriteCond %{HTTP_USER_AGENT} ^bumblebee [OR]
       RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
       RewriteCond %{HTTP_USER_AGENT} ^CICC [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Collector [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Copier [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
       RewriteCond %{HTTP_USER_AGENT} ^DA [OR]
       RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
       RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
       RewriteCond %{HTTP_USER_AGENT} ^DISCo\ Pump [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Download\ Wonder [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Downloader [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Drip [OR]
       RewriteCond %{HTTP_USER_AGENT} ^DSurf15a [OR]
       RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
       RewriteCond %{HTTP_USER_AGENT} ^EasyDL/2.99 [OR]
       RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
       RewriteCond %{HTTP_USER_AGENT} email [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]
       RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
       RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
       RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
       RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
       RewriteCond %{HTTP_USER_AGENT} ^FileHound [OR]
       RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
       RewriteCond %{HTTP_USER_AGENT} FrontPage [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
       RewriteCond %{HTTP_USER_AGENT} ^GetSmart [OR]
       RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
       RewriteCond %{HTTP_USER_AGENT} ^gigabaz [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Go\!Zilla [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
       RewriteCond %{HTTP_USER_AGENT} ^gotit [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Grabber [OR]
       RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
       RewriteCond %{HTTP_USER_AGENT} ^grub-client [OR]
       RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
       RewriteCond %{HTTP_USER_AGENT} ^HTTrack [OR]
       RewriteCond %{HTTP_USER_AGENT} ^httpdown [OR]
       RewriteCond %{HTTP_USER_AGENT} .*httrack.* [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Indy*Library [OR]
       RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
       RewriteCond %{HTTP_USER_AGENT} ^InternetLinkagent [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
       RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Iria [OR]
       RewriteCond %{HTTP_USER_AGENT} ^JBH*agent [OR]
       RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
       RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
       RewriteCond %{HTTP_USER_AGENT} ^JustView [OR]
       RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
       RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
       RewriteCond %{HTTP_USER_AGENT} ^LexiBot [OR]
       RewriteCond %{HTTP_USER_AGENT} ^lftp [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Link*Sleuth [OR]
       RewriteCond %{HTTP_USER_AGENT} ^likse [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Link [OR]
       RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Magnet [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Memo [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
       RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mirror [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Mozilla*MSIECrawler [OR]
       RewriteCond %{HTTP_USER_AGENT} ^MS\ FrontPage* [OR]
       RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR]
       RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [OR]
       RewriteCond %{HTTP_USER_AGENT} ^MSProxy [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NetMechanic [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
       RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Ninja [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Openfind [OR]
       RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
       RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
       RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Ping [OR]
       RewriteCond %{HTTP_USER_AGENT} ^PingALink [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Pockey [OR]
       RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Pump [OR]
       RewriteCond %{HTTP_USER_AGENT} ^QRVA [OR]
       RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Reaper [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Recorder [OR]
       RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Scooter [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Seeker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Siphon [OR]
       RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SlySearch [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Snake [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SpaceBison [OR]
       RewriteCond %{HTTP_USER_AGENT} ^sproose [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Stripper [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Sucker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
       RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Szukacz [OR]
       RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
       RewriteCond %{HTTP_USER_AGENT} ^URLSpiderPro [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Vacuum [OR]
       RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
       RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
       RewriteCond %{HTTP_USER_AGENT} ^webcollage [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Web\ Downloader [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebHook [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebMiner [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebMirror [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Website [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Webster [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
       RewriteCond %{HTTP_USER_AGENT} WebWhacker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
       RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
       RewriteCond %{HTTP_USER_AGENT} ^x-Tractor [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Xenu [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
       RewriteCond %{HTTP_USER_AGENT} ^Zeus
       RewriteRule ^.* - [F,L]
       # Bitti - Kötü Botları Engelleme
       <IfModule mod_headers.c>
       <FilesMatch “\. (Ttf | ttc | otf | eot | woff | woff2 | font.css) $”>
       Üstbilgi Access-Control-Allow-Origin “*”
       </FilesMatch>
       </ IfModule >
       ```
   
 * Help me please.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/#post-12441360)
 * Hi,
 * Image failed to load, please verify.
 * You can upload it somewhere like imgur.com
 * Best regards,
    -  This reply was modified 6 years, 5 months ago by [qtwrk](https://wordpress.org/support/users/qtwrk/).
 *  Thread Starter [demircanuzer](https://wordpress.org/support/users/demircanuzer/)
 * (@demircanuzer)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/#post-12441426)
 * here you are:
    [http://prnt.sc/r2wu03](http://prnt.sc/r2wu03)
 *  Thread Starter [demircanuzer](https://wordpress.org/support/users/demircanuzer/)
 * (@demircanuzer)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/#post-12443235)
 * the problem continues
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/#post-12445836)
 * Hi,
 * in your htaccess
 * RewriteRule ^wp-content/plugins(.+) /index.php?wph-throw-404 [L]
 * RewriteRule ^wp-includes(.+) /index.php?wph-throw-404 [L]
 * and some other rules that attempts to rewrite the URL , that is what giving you
   the 404/410 error.
 * And actually those request are being redirected , so as far as I see, it doesn’t
   create a real problem , just looks bad in GTmetrix.
 * As it is interfering default WP behavior , it is better you contact WP Hide &
   Security Enhancer author for solution.
 * Best regards,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘LiteSpeedCache – 404 Font Error’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/litespeedcache-404-font-error/#post-12445836)
 * Status: resolved