Well, I'm here with a problem in the url friendly, I'm doing the routes through the file .htaccess
and get the values by $_GET
. Only when I enter the url the content is not loaded, always trying to load and nothing.
htaccess file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^estabelecimentos\/([a-zA-Z-0-9-_]+)\/ index.php?controller=estabelecimentos&option=tipo&tipo=$1 [QSA,L]