Hello
How could I redirect a fixed path to a node which is changing depending on a View?

for example:
I've created a View with 1 result and giving me the node of the latest node of a taxonomy term. I would like that node to be accesible from a fixed path like: www.site.com/photoblog
so each time a user visits /photoblog it is redirected to node/134 or node/135 or node/187 depending on which picture node is the latest uploaded...

is it possible? Thanks !

Comments

dave reid’s picture

Status: Active » Fixed

For this you'd want to give your view a page display and a path of 'photoblog' within the Views UI. I wouldn't recommend path_redirect for this at all.

hedac’s picture

my problem is that it is not the same to display a view of a node. than to visit the node... specially when I need the statistics to update when visit one node.

I think giving more dynamic options to path redirect module would be great... to do things you can't do with apache mod_rewrite

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

michalczernik’s picture

Any luck with that? I'm looking for exactly same solution...

Thanks!