What I'd like to have a request to, say, http://www.mydomain.com/Aaaa/Bbbb/Cccc
be handled by http://www.mydomain.com/Aaaa/index.php
but with the "Bbbb" and "Cccc" stored in a request variable or attribute.
This becomes very very useful when building multi-lingual websites.
This can be done in JSP/servlets using 'filters' and it is
provided in Zope through 'acquisition'.
Is there any way of making this happen with PHP ?
Thank you very much,
Soefara
be handled by http://www.mydomain.com/Aaaa/index.php
but with the "Bbbb" and "Cccc" stored in a request variable or attribute.
This becomes very very useful when building multi-lingual websites.
This can be done in JSP/servlets using 'filters' and it is
provided in Zope through 'acquisition'.
Is there any way of making this happen with PHP ?
Thank you very much,
Soefara
Comment