I have the following problem: I want to redirect (through .htaccess) the urls below with temporary redirect ( HTTP/1.1 302 Moved Temporarily
)
Examples:
-
http://www.site.com.br/artigo/0/
tohttp://www.site.com.br/artigo/1/
-
http://www.site.com.br/artigo/2/
tohttp://www.site.com.br/artigo/1/
-
http://www.site.com.br/artigo/3/
tohttp://www.site.com.br/artigo/1/
- etc.
Pe