Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Change permalinks

$
0
0

Thanks for the answers, friends.

I would like to do this redirect without the need to plug and without manually place line by line for each post.

The ideal would be to direct the nginx, due to be thousands of posts. The following .htaccess code does this magic in apache:

RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/([^/]+)/([^/]+)/$ http://www.example.com/$4

I am not able to convert it to nginx.

TRADUZIDO DE:

Obrigado pelas respostas, amigos.

Gostaria de fazer esse redirect sem a necessidade de plugin e sem colocar manualmente linha por linha para cada post.

O ideal seria fazer direto pelo nginx, devido ser milhares de posts. O seguinte código .htaccess faz essa mágica no apache:

CODIGO

Não estou conseguindo converter isso para nginx.


Viewing all articles
Browse latest Browse all 12639

Trending Articles