[TYPO3-dev] [Typo3-Dev] How to make speakurl easier to read ?
Dennis Cheung
hkdennis2k at gmail.com
Sat Feb 25 03:23:58 CET 2006
Hi all,
I notice that RealUrl always to "/" to concat the parameter whatever.
e.g.
http://mysite/pre_var_1/pre_var_2/mainpath_1/mainpath_2/postvar_key/postvar_1/post_var_2/filename.ext
It is too close and difficult to read. I may also decode wrong if
something fail/changes.
Can it rewritten to be somethine like that??
e.g.
http://mysite/pre_var_1-pre_var_2/mainpath_1/mainpath_2/filename-postvar_key-postvar_1-post_var_2.ext
or even more
http://pre_var_1.pre_var_2.mysite/mainpath_1/mainpath_2/filename-postvar_key-postvar_1-post_var_2.ext
It is easier to understand what's happening and it will not mismatch
an postVar into the path.
I have tried to read the source of realurl once. But I didn't know
which part controls that logic. Can anyone have me a favour?
Thanks,
Dennis
More information about the TYPO3-dev
mailing list