that's prob because you used relative urls for your images. 

e.g. <img src="../images/myimage.jpg" />
or <img src="images/myimage.jpg" />


Because the browser now thinks you're in a sub-directory like
/go/mypage/myotherpage/ you need to use absolute urls.
e.g. <img src="/images/myimage.jpg" />

Hope that helps

Gav

On 4/21/05, Joe <[EMAIL PROTECTED]> wrote:
> Hi All!
>    I have the friendly URL plugin working fine, however now when I go to a
> friendly URL, my images are missing. Thoughts?
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to