0
Good afternoon, I have a doubt, I implemented friendly urls for a page of my website. This way,
RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %(REQUEST_FILENAME} !-d
RewriteRule ^investimentos/(.*)/(.*)/(.*)/(.*)$ anuncio.php?id=$3&acao=$4
It worked perfectly, the problem is that in this page to fetch for example the css I have to do .. /.. /.. /.. /********. css or an image or links, I always have to go back (I think there are 4 folders), there is some way not to have to do this?