What changes would you like to make on .htaccess? Editing .htaccess should be done carefully and not without knowing what you tweak, because otherwise you might end up with a non-working site, as you’ve experienced.
]]>This is more than likely related to a plugin (or your theme) that isn’t working right. Have you tried disabling all your plugins? You can rename the plugin folder to plugins-off to do that.
]]>Turn everything off. See if it happens. It SOUNDS like BH is saying they checked for hacks. I hope so…
]]># BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### 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
>> The site I manage is hosted by WordPress.
Does this mean that I cannot use SSH or FTP to change file permission to 644??
And if not, what can I do to get this site to load a bit faster?
Thank you
Jay
]]>I do not have the expertise to answer this, so hopefully someone else can chime in and help out! Good luck!
]]>