Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Clover13 Posted February 5, 2019 Posted February 5, 2019 For SEO purposes, is it possible to define a custom/friendly URL for a given Activity Stream URL? Example: /index.php?app=core&module=discover&controller=streams&id=6 has a FURL of /discovery/6 How can I redefine a given /discover/6 to something like /xyz I see where there are custom FURL entries in AdminCP but the actual URL has to be something that ends in /index.php?... I guess I could add a redirect in .htaccess but was looking for a way to customize this via IPS
Nathan Explosion Posted February 6, 2019 Posted February 6, 2019 Go in to your ACP Type 'Friendly' in to the search bar Click on 'Customize friendly urls' Add a new friendly url by clicking 'Create new' Friendly URL: xyz Real url: app=core&module=discover&controller=streams&id=6 Click Save Magic.
Clover13 Posted February 6, 2019 Author Posted February 6, 2019 1 hour ago, Nathan Explosion said: Go in to your ACP Type 'Friendly' in to the search bar Click on 'Customize friendly urls' Add a new friendly url by clicking 'Create new' Friendly URL: xyz Real url: app=core&module=discover&controller=streams&id=6 Click Save Magic. I think the order of the FURL definitions/rules probably matters, but there is no way to customize the order. What I'm experiencing is the pattern match for {id} seems to take precedence.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.