Well, it looks best if you could do
index.php/contenr_main ..
But if you don't want to do it directly in PHPOpe, with the
TPL=contenr_main it could be easliy to have thos deeplinks
anyway via mod_rewrite
RewriteRule "index.php/(.+)" "index.php?TPL=$1" [L]
or something similiar..
/Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
no
Logged In: YES
user_id=738635
i prefer numbers because of string length, overview and beauty
Logged In: YES
user_id=472876
yea... the numbers are better
Logged In: NO
Well, it looks best if you could do
index.php/contenr_main ..
But if you don't want to do it directly in PHPOpe, with the
TPL=contenr_main it could be easliy to have thos deeplinks
anyway via mod_rewrite
RewriteRule "index.php/(.+)" "index.php?TPL=$1" [L]
or something similiar..
/Andy