2012-02-17, 06:54:37
(This post was last modified: 2012-02-17, 06:56:03 by offeksInins.)
I second this problem,
I run a film based website, so i have different names for films but they all should have the same page names, eg i want.
www.example.com/film-a/plot/
www.example.com/film-a/media/
www.example.com/film-b/plot/
www.example.com/film-b/media/
However i am stuck with having to use
www.example.com/film-a/plot/
www.example.com/film-a/media/
www.example.com/film-b/plot-1/
www.example.com/film-b/media-1/
Could the filename not have a small unique identifyer saved with the .xml name, which strips it out and only uses the user defined slug name?
I run a film based website, so i have different names for films but they all should have the same page names, eg i want.
www.example.com/film-a/plot/
www.example.com/film-a/media/
www.example.com/film-b/plot/
www.example.com/film-b/media/
However i am stuck with having to use
www.example.com/film-a/plot/
www.example.com/film-a/media/
www.example.com/film-b/plot-1/
www.example.com/film-b/media-1/
Could the filename not have a small unique identifyer saved with the .xml name, which strips it out and only uses the user defined slug name?