Hi Everyone,
This is my first time posting, but hopefully someone can help me with a little problem that I have been having. I am trying to clean up the URL for my website using mod_rewrite. I have a blog area which lists the blog posts for the past 3 months. (
http://www.website.com/blog). And when you click on a post it takes you to the specific post (
http://www.website.com/blog/entry.php?id=##). I have gotten the mod_rewrite to let me change the URL to (
http://www.website.com/blog/YYYY/MM/DD/title) but it can no longer local the .css/images/.js files because they are not properly linked within the directories.
Does anyone have any advice on how I can get around this issue. In theory I should just add multiple "../../../" to all my images so that they appear. But the forum posts contact links to different areas within the site.
Any advice would really be helpful.
Thanks in advance.
-T