I can't seem to get the CSS to load for my website, I have tried a few different href links, ex.
But none of them seem to work. When I view http://synergy.x10host.com/etc/style.css it will tell me forbidden 404 and 403 error blah blah. I read on some other threads that it may be a mod_security
HTML:
<head>
<title>Synergy, Inc.</title>
<base href="http://synergy.x10host.com/">
<link rel="stylesheet" type="text/css" href="etc/style.css">
<link rel="shortcut icon" href="etc/images/synergy.png">
</head>
HTML:
<head>
<title>Synergy, Inc.</title>
<link rel="stylesheet" type="text/css" href="http://synergy.x10host.com/etc/style.css">
<link rel="shortcut icon" href="etc/images/synergy.png">
</head>
HTML:
<head>
<title>Synergy, Inc.</title>
<link rel="stylesheet" type="text/css" href="etc/style.css">
<link rel="shortcut icon" href="etc/images/synergy.png">
</head>