1
My CSS does not load the content when I started using the user-friendly URL. Try using the tag <base href="localhost/guiacomercial/" />
and within the .htaccess RewriteBase /
'Cause the shipment gets like this anyway:
Follow the . htaccess code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^es/guarapari\/?$ cidade.php?acessando=contato [L]
</IfModule>