I'm trying to use urls amigáveis
but I'm having some problems in the learning process. The problem now is that the page does not return the page styles.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
# RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^tratamentos/(.*) index.php?tratamentos=$1
I'm sending this url:
http://dent.axitech.com.br/tratamentos/aparelhos-dentarios
Question: Why does not the index return the styles?