This issue is often related to using relative URLs in javascript styles or files and combining them with a virtual directory structure. If you have a rewrite like this:
RewriteRule ^articles/(.*)$ articles.php
Then you have the url:
http:
which contains HTML:
<link rel="stylesheet" type="text/css" href="css/general.css" />
, artices.php -, , mod_rewrite . :
http:
, , . URL- -. :
<link rel="stylesheet" type="text/css" href="/css/general.css" />
/ theURL.
: URL- /, -. directurey:
/
/index.html
/afolder
/afolder/stylesheets
/afolder/stylesheets/first.css
/afolder/stylesheets/second.css
/afolder/images
/afolder/images/a.jpg
/otherfolder
/otherfolder/something.html