Friendly URL does not load css when using .php

0

Well, I'm learning nice url, but I came across an error that I do not find a solution to, if I access localhost/farmacia/contato the page loads normally with no problem, but when I access localhost/farmacia/contato.php my css does not load, it's just HTML pure.

OBS # This problem applies to all pages of the system.

RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1
    
asked by anonymous 21.01.2017 / 19:29

0 answers