2
My file . htaccess is this way:
RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?secao=$1
I want to translate the url www.meusite.com/index.php? secao=quemsomos for www.meusite.com/quemsomos
Is it correct the way I put it? Because it’s not working.
what’s wrong? see this link http://blog.thiagobelem.net/learning_urls_friendlies.
– Diego Lela