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

Change permalinks

$
0
0

Top @janiosarmento :slight_smile:

Thank you, now it's perfect.

Here's the code I used adapted, following the pattern of your post:

location ~ "^/([0-9]{4})/([0-9]{2})/([^/]+)/(.*)$" {
	rewrite "^/([0-9]{4})/([0-9]{2})/([^/]+)/(.*)$" http://example.com/$4 permanent;
}

Viewing all articles
Browse latest Browse all 12639

Trending Articles