@Subhamoy, thanks for the heads-up.
Issue has been fixed.
Issue has been fixed.
<a href="<cms:show k_site_link />index.php">home</a>
<a href="<cms:show k_site_link />about-us.php">about us</a>
<a href="<cms:show k_site_link />xxx.php">xxx</a>
<a href="<cms:show k_site_link /><cms:show k_lang />/about-us.php">about us</a>
<a href="<cms:show k_page_link />about-us.php">about us</a>
Not Found
The requested URL /folder/fi/about-us.php was not found on this server
#about-us.php
RewriteRule ^(?:en|fi)/about-us$ "$0/" [R=301,L,QSA]
RewriteRule ^(en|fi)/about-us/$ about-us.php?lc=$1 [L,QSA]
RewriteRule ^(en|fi)/about-us/.*?([^\.\/]*)\.html$ about-us.php?pname=$2&lc=$1 [L,QSA]
RewriteRule ^(en|fi)/about-us/([1-2]\d{3})/(?:(0[1-9]|1[0-2])/(?:(0[1-9]|1[0-9]|2[0-9]|3[0-1])/)?)?$ about-us.php?d=$2$3$4&lc=$1 [L,QSA]
RewriteRule ^(en|fi)/about-us/[^\.]*?([^/\.]*)/$ about-us.php?fname=$2&lc=$1 [L,QSA]
RewriteRule ^(?:en|fi)/about-us/[^\.]*?([^/\.]*)$ "$0/" [R=301,L,QSA]
<a href="<cms:show k_site_link /><cms:show k_lang />/about-us/">about us</a>
{"en":"English","fr":"French","pt":"Portuguese","zh":"Chinese","in-en":"Indian English"}
<cms:each k_supported_langs as='lang' key='lc'>
<cms:editable type='text' name="title_<cms:show lc />" label="Title (<cms:show lc />)" order='1' />
</cms:each>
"in-en":"Indian English"
"in_en":"Indian English"
<cms:editable type='group' name="important_links_group" label="Important Links" order="80" collapsed='1' >
<cms:repeatable name='important_links' label='Important links' order='80' group="important_links_group" >
<cms:each k_supported_langs as='lang' key='lc' >
<cms:editable name="important_link_title_<cms:show lc />" label="Link title (<cms:show lang />)" type='text' order="<cms:show k_count />" />
</cms:each>
<cms:editable name='important_link' label='Link' type='text' order='6' />
</cms:repeatable>
</cms:editable>
KK wrote: @adimpressions,
How about modifying the following"in-en":"Indian English"
to make it as follows?"in_en":"Indian English"
The code block below in the COUCH CMS template block doesn't work:
Is there something I am missing