Clover13 Posted February 5, 2019 Share 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 Link to comment Share on other sites More sharing options...
Nathan Explosion Posted February 6, 2019 Share 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. Link to comment Share on other sites More sharing options...
Clover13 Posted February 6, 2019 Author Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.