theEclipse
Programmer
I am trying to figure out how to set up a url rewriting scheme on my apache webserver. I have been able to get it to work, but I guess I can't get the logic of it figured quite right. I have read numerous tutorials I found on google about the topic, but none of them are very specific.
Chiefly I am trying to set up a 'pretty' url scheme for the CMS we just installed. My biggest problem is that when I set up the url forwarding, I loose all relatively linked files (stylesheets, images, ect). I had the thought to put in a <base href...> tag in my CMS template's header, but that didn't seem to do the trick.
The apache documentation speak of doing something like this:
to skip over the rename rules if the request is a file, but this doesn't seem to do anything for me.
Any help?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô
Chiefly I am trying to set up a 'pretty' url scheme for the CMS we just installed. My biggest problem is that when I set up the url forwarding, I loose all relatively linked files (stylesheets, images, ect). I had the thought to put in a <base href...> tag in my CMS template's header, but that didn't seem to do the trick.
The apache documentation speak of doing something like this:
Code:
RewriteCond %{REQUEST_URI} !-f
Any help?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô