text Modx友好URL设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Modx友好URL设置相关的知识,希望对你有一定的参考价值。

System settings
===============
friendly_urls --> Yes
use_alias_path --> Yes
use_frozen_parent_uris --> Yes 

Content Type
============
Change HTML extensiens from ".html" to "/".


.htaccess
==========
Duplicate ht.access file and rename to .htaccess.
Change this line if you use subdirectory:
For example in Xampp.
http://localhost/[subdirectory]/

Change:
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

To:
RewriteRule ^(.*)$ /[subdirectory]/index.php?q=$1 [L,QSA]

以上是关于text Modx友好URL设置的主要内容,如果未能解决你的问题,请参考以下文章

text 单选列表框Modx migx

在子文件夹中安装modx

text 在Formit Modx中混合van RechaptchaV2的Oplossing错误

MODX 无法保存 <base href="[[!++site_url]]" />

如何设置 htaccess 以从用户友好的 URL 获取参数以与 JS 一起使用

wordpress去掉category怎么操作让url更简洁友好