I can not get url in php using htaccess

0

This is the code I'm using, but it does not send the url to the shoes.php file, but I put the index.php file and it sends.

How to solve this? That is how to send the URL to the shoes.php file?

RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ sapatos.php?url=$1
    
asked by anonymous 24.12.2017 / 16:01

0 answers