Support Forum
yup... that .htaccess is preventing access as mentioned... wp does not put an .htaccess file there... wp-content is the storage location for plugins and themes if needed... even the uploaded files for posts are there (though handled differently)..
as to php, that is a fine way (somewhat non standard but allowed) to display css... the file gets parsed and generates valid css to control display... as mentioned, some servers disallow it (by default it is allowed) but no one knows why.. but that is why we provide css only styles too... which I have asked you to try...
so you have two options... 1) remove the .htaccess (neither wp or sp put it there).. 2) switch to a non php, css only sp theme (as discussed)... there is css only or barebones css (desktop and mobile)...
downside to css only themes is you can not use simple php color overlays to offer lots of colorization options...
Visit Cruise Talk Central and Mr Papa's World
Pass this along to the plug in developer. I have commented out the contents of the .htaccess file to deactivate them:
--
root@host [~]# cat /home/wecovers/public_html/sharpbettingtalk/wp-content/.htaccess
# Commented by support - this file appears to be blocking access to the website's styles
#
#
# Order allow,deny
# Deny from all
#
#
# Require all denied
#
#
--
I verified that the style is now accessible - please let me know if you need further assistance with getting everything set up, or if you are able to reactivate your earlier settings without further issues.
Thank you,
if you really wanted to still deny access to stuff in wp-content, you could just modify the .htaccess to only allow to sp-resources...
can confirm you are back online...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)