@luismidelgado wrote:
Hi,
Y use this url rewrite:
regexp: 'http:\/\/www.elitetorrent.net\/torrent\/(?P<id>\d+).*' format: 'http://www.elitetorrent.net/get-torrent/\g<id>'
The url appears with / at the end, and I need it to appear without /.
I obtain: http://www.elitetorrent.net/get-torrent/34495/ and i need: http://www.elitetorrent.net/get-torrent/34495
Thanks to all.
Posts: 2
Participants: 2