Greetings,
I had created cobblehillplayschool.com last year and until a few days ago, has been working quite well.
As of now, the site fails to link to the css and javascript files. The client hasn’t changed any configurations, and the host only made a routine backup, nothing else. I have below a part of the header:
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet={w}/chp}" />
<style type='text/css' media='screen'>@import "{stylesheet={w}/chp}";</style>
{exp:jquery:script_tag}
[removed][removed]
[removed][removed]
[removed][removed]
About the site:
• The current version of ExpressionEngine is v2.1.0 Build 20110411
• htaccess file containing the following to remove index.php:
RewriteEngine On
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]• Hosting by buyhttp
I’m not sure if this is enough information for the query, but I’m very thankful for any help I can get!
-Brian M.