current location:Home > Technical Articles > CMS Tutorial > PHPCMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- phpcms full site pseudo-static settings
- phpcms full-site pseudo-static setting method: 1. First check whether the server supports rewrite and restart the apache server; 2. Then prepare the [.htaccess] file; 3. Then set the category column in the phpcms background; 4. Finally update the URL in batches and complete Just set it up pseudo-statically.
- PHPCMS 4043 2020-02-06 11:56:05
-
- How to configure the database in phpcms
- The method for phpcms to configure the database is: 1. First open the database configuration file [caches/configs/database.php]; 2. Then add database configuration information, such as [localhost], [admin], [gbk], [mysql] and other information .
- PHPCMS 3250 2020-02-06 11:42:21
-
- How to backup database in phpcms
- The method for phpcms to back up the database is: 1. First register a multi-backup official account; 2. Then log in to the control panel and select [go], [Database Backup]; 3. Then enter the database name, ftp account password, and host IP; 4 , and finally set the backup frequency, time, network disk, etc.
- PHPCMS 2721 2020-02-06 11:08:04
-
- Where to change the phpcms homepage template
- The phpcms homepage template is modified in "index.html" under the "templates/default/content" directory. The method is: first enter the file manager of the website; then find the "content" folder and open "index.html"; then Just modify the homepage code.
- PHPCMS 3582 2020-02-06 11:00:18
-
- Can phpcms be used as a mall?
- phpcms can be used to build a shopping mall, but phpcms is not a professional shopping mall system, so there are no ready-made modules to use directly to build a shopping mall, and appropriate secondary development is required; phpcms has a payment module and a custom data model, so it supports users themselves Development module.
- PHPCMS 3433 2020-02-06 10:51:08
-
- Can phpcms modify the template?
- phpcms can modify the template. The modification method: first enter the phpcms website background; then find the "cache/configs" file and open the "system.php" file; then modify the module code in the file; and finally update the whole site cache.
- PHPCMS 2092 2020-02-06 10:46:32
-
- How to imitate the website of phpcms v9
- How to imitate a phpcms v9 website: first install the local phpcms environment; then clear the original data about pictures, news, and downloads; then process the homepage of the target website, including index replacement, storage of pictures, css, and js; then open " header.html" file and call the web page properties globally.
- PHPCMS 2400 2020-02-06 09:14:26
-
- What to do if there is an error in adding articles in phpcms v9
- The error when adding articles in phpcms v9 is because there are remote pictures in the article. phpcms will automatically save the remote pictures to the local. If the remote pictures cannot be opened for a long time, the Apache server will crash. The solution is to save the remote pictures in the article to the local. Just upload it again.
- PHPCMS 2301 2020-02-06 09:04:36
-
- phpcms determines whether it is a mobile phone
- How phpcms determines the mobile phone: first create an isMobile() method; then obtain the $_SERVER['HTTP_USER_AGENT'] field within the method; and finally make a matching judgment through regular expressions.
- PHPCMS 2618 2020-02-05 16:04:08
-
- How to install phpcms locally
- How to install phpcms locally: first unzip the phpcms package; then enter "http://localhost/install/" in the browser address bar and click [Start Installation]; then click [Next]; finally fill in the database user name and password That’s it.
- PHPCMS 2722 2020-02-05 11:35:49
-
- How to set phpcms thumbnails not to be automatically cropped
- How to set phpcms thumbnails not to be automatically cropped: first enter the phpcms background; then open the corresponding template file; then call the label "{thumb($r[thumb],90,60)}" and change it to "{thumb($r[thumb] ],90,60,1)}" is enough.
- PHPCMS 2947 2020-02-05 11:12:11
-
- What to do if the phpcms directory does not exist
- The solution to the problem that the phpcms directory does not exist: first open the "php.ini" file; then remove the semicolon in front of the "upload_tmp_dir" item; then add the path as "upload_tmp_dir ="C:/windows/temp"" and save it.
- PHPCMS 3176 2020-02-05 10:47:40
-
- What to do if the phpcms administrator does not exist
- The solution to the problem that the phpcms administrator does not exist: first open the installed "phpmyadmin"; then create a new database name with the same name; then import the database file with the same name into the newly named database; finally modify the account in the "database.php" file and password.
- PHPCMS 2876 2020-02-05 10:40:27
-
- Solve phpcms server security authentication error
- The phpcms server security authentication error occurs because "app_path" has not been modified; the solution: first open the "caches/configs/system.php" file; then modify the correct "app_path" path.
- PHPCMS 2183 2020-02-05 10:33:50
-
- How to solve phpcms paging error
- Solution to phpcms paging error: first open the "global.func.php" file; then search for the function "function pages()"; then modify the code to "$firstpage = pageurl($urlrule, 1, $array);" .
- PHPCMS 3024 2020-02-05 10:29:40