
03-19-2005, 12:11 AM
|
 |
SEO
|
|
Join Date: Nov 2004
Location: Auckland, New Zealand
Posts: 177
|
|
Don't mess with your rewrite, it's probably ok
in your links to the images and css give this notation
Code:
<link rel="stylesheet" type="text/css" href="/css/layout.css"/>
where you have a / at the beginning. This tells the server that it's not a relative link but coming from the domain root. It doesn't matter where your page is, it will always look for your css, image, wav file in the same place.
Sarah
|