mod_rewrite and htaccess
Posted
by chris
on Stack Overflow
See other posts from Stack Overflow
or by chris
Published on 2010-04-23T02:04:47Z
Indexed on
2010/04/23
2:23 UTC
Read the original article
Hit count: 301
I have set up a few rules based on other questions but now my css breaks
I did have the URL /
/eshop/cart.php?products_id=bla
and everything work fine. but now with my mod rewrite url-
/product/product-title/
It loose the base directory. Is there an option to fix this? So i dont have to go back with the full url in all the img src tags and so on?
© Stack Overflow or respective owner