Home > CMS Tutorial > PHPCMS > Where to modify url in phpcms

Where to modify url in phpcms

王林
Release: 2020-02-08 14:17:02
Original
2319 people have browsed it

Where to modify url in phpcms

Modify the URL in the caches\configs\system.php file.

The modification method is as follows:

1. First open the caches\configs\system.php file;

2. Then modify

'html_root' => 'html',//生成静态文件路径
Copy after login

to:

'html_root' => '',//生成静态文件路径
Copy after login

3. Just modify the url rules at the end.

Recommended related articles and tutorials: phpcms tutorial

The above is the detailed content of Where to modify url in phpcms. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
How to uninstall phpcms
From 1970-01-01 08:00:00
0
0
0
phpcms cannot be installed
From 1970-01-01 08:00:00
0
0
0
phpcms access address does not exist
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template