Hi. I have the following mod_rewrite rule:
RewriteRule ^home/ home.php [L]
Fairly simple. When I head to home.php, everything loads fine, but when I head to me.com/home/, the CSS doesn't load. CSS draws from
lib/css/home.css
which isn't in the same folder.. To clarify, my structure is:
/htdocs
home.php
/lib
/css
home.css
How can I solve this problem without rewriting my css's references?