I have the following friendly url
RewriteRule ^noticias/([0-9]+)/?$ inicio.php?pg=noticias&id=$1
But when I access mysite.com/news/14
It changes the links of the files to
noticias/css/principal.css
where the original is
/css/principal.css
And when I access the link without the friendly example url
meusite.com.br/inicio.php?pg=noticias&id=$1
It works perfectly.