Thanks i've solved this problem

I've got another now though, i have it so that it redirects to band/bandname but on those pages it doesn't load the style sheet or images beacause it is looking in the band/ directory but that doesn't actually exist.

How can i prevent redirection of the images and css and js files?

    rockinrimmer wrote:

    How can i prevent redirection of the images and css and js files?

    Two options I can think of:

    1. Use absolute paths in your HTML document to explicitly state the path to these files regardless of what URL was used to access the page.

    2. Add the R flag to your RewriteRule to force an external redirect to the new location.

      Write a Reply...