PDA

View Full Version : CSS RewriteRule screws up images paths


BarrMan
09-17-2009, 08:39 PM
Hey,
I'm trying to make my site SEFU (Search Engine Friendly URLs) and when I did this the last site I had to convert all the link's paths to absolute paths. Is there any way to avoid doing this exhausting task?

Thanks!

angst
09-18-2009, 04:23 PM
I don't think so, I mean how else will the scripts or server know how to handle the URI paths?

BarrMan
09-18-2009, 04:32 PM
Well, Maybe if I set something in the htaccess file that will change the paths of all relative paths to absolute without having to write on each path: www.mysite.com/

There's gotta be a better way.