Page 1 of 1

complete structure path as ALIAS?

Posted: Mon 28. Feb 2005, 13:02
by elsbett
Hy

I have startet with phpwcms, and now i have the following problem:
For the site structure i can give ALIAS names for the different sitelevels.
I would like to have a possibility to compose the alias out of the present structure plus the alias i define for this site. Is that possible?
Example:
http://www.mysite.xy/index.php?fotoalbu ... mpressions
Now i have to set the entire "fotoalbum2004/winterimpressions" as alias.
I would like to have the "fotoalbum2004" generatet automatically, so that it still fits, if i change the site structure.
Thanks for help!

Eru...

Posted: Mon 28. Feb 2005, 13:11
by pepe
H elbett,

use an ALIAS like winterimpressions2004, and you have, what you are searching for!

www.mysite.xy/index.php?winterimpressions2004

Posted: Mon 28. Feb 2005, 13:43
by elsbett
Hy pepe

Thanks, but its not really, what i want. I want to generate the alias in some way out of the given site structure.
So that i get then ...index.php?fotoalbum2004/winterimpressions. The part "fotoalbum2004" should be then the alias of the next higher level. And is search some way to get this part of the alias by handling via some kind of variable. If i change the alias "fotoalbum2004" in the upper level, there should be automatically changed the according part in the subsite.

Eru...

Posted: Mon 28. Feb 2005, 19:46
by brans
are you sure that it is worth it ? this would take some serious core hacking.

Posted: Mon 28. Feb 2005, 19:59
by elsbett
Hy

Ok, ok, i see, it seems to be something unusual what i want. I thougt, this is a common problem.
Its ok then, thanks for the answers.

Regards

Eru...

Posted: Mon 28. Feb 2005, 21:07
by Rainer G
Look at this example:

http://www.gnuelps.de/index.php?test&rg ... g_logo.jpg

Is that, what do you mean?