ClassCMS支持命令行模式,
执行: php index.php /
系统将返回首页内容.
执行: php index.php /1/
系统将返回对应页面的内容.
如果关闭了伪静态(命令行模式无需配置伪静态规则),则需要将请求地址加上 /index.php/ 如:
php index.php /index.php/1/
对于绑定了域名的应用或栏目.
php index.php http://classcms.com/1/
php index.php https://classcms.com/1/
php index.php //classcms.com/1/
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容