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