I'm not sure how to ask people or Google this question.. I've been looking for a couple of hours. I have some domain pointers on my hosting account mymaindomain.com/ mymaindomain.com/pointerone accessed as pointerone.com mymaindomain.com/pointertwo accessed as pointertwo.com cheapo. I have js and css files in maindomain.com/css and mymaindomain.com/js that I'd like to make available to pointerone.com and pointertwo.com. Is there a way to do this with mod_rewrite? I'm getting permissions errors trying to link to them with absolute uri's (http://mymaindomain.com/js/file.js) Thanks!
for css you can use link tag something like <link href="http://collecta-mania.com.au/style.css" rel="stylesheet" type="text/css"> for js <script src="http://collecta-mania.com.au/prototype.js" type="text/javascript"></script>
as I mentioned in my original post: I'm getting permissions errors trying to link to them with absolute uri's (http://mymaindomain.com/js/file.js)