Files
BESCMS/dayrui/Fcms/View/api_rewrite_code.html
T

23 lines
851 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{template header.html}
<div class="portlet-body">
<div class="caption">
<span class="caption-subject font-green sbold">{$name}</span>
<span class="caption-helper">{dr_lang('需要在服务器中配置,不懂的可以咨询服务器空间商')}</span>
</div>
<div style="margin-top: 10px">{$note}</div>
{if $code}
<div style="margin-top: 10px"><textarea class="form-control" style="width:90%; height:{php echo $count * 25;}px;">{$code}</textarea></div>
{/if}
</div>
<div style="margin-top: 10px">{dr_lang('伪静态URL解析规则配置文件')}/config/rewrite.php </div>
<div style="margin-top: 10px">{dr_lang('使用自定义URL之后必须要设置解析规则,否则是无法正常打开页面的')}</div>
<style>
#dr_code textarea{
margin: 5px 0;
}
</style>
{template footer.html}