tyman00 wrote:
Maybe I am oversimplifying it, but what about those people that don't use pretty url's? Your aliases need to be uinique...
index.php?page="alias"
End of story????
I see your point. Right. This is a 1.x design feature (shortcut).
Here is my (compatible?) point : URLs should be (stable and) unique too and aliases should be 301/2 redirects to URLs :
index.php?url=/TV/features
index.php?url=/TV/warranty
index.php?url=/PC/features
index.php?url=/PC/warranty
or with pretty URLs :
/TV/features.html
/TV/warranty.html
/PC/features.html
/PC/warranty.html
even with aliases-shortcuts to them :
/TV-features 301 to /TV/features.html
/TV-warranty 301 to /TV/warranty.html
/PC-features 301 to /PC/features.html
/PC-warranty 301 to /PC/warranty.html
or 302 as configuration preference.
Don't ask me where to point /features to
Pierre M.