Fortune Telling Collection - Comprehensive fortune-telling - Dede template mobile terminal problem?

Dede template mobile terminal problem?

This problem may be caused by server settings or related configuration in DEDE Content Management System (CMS).

First, you need to confirm whether your server has set the default document correctly. The default document is a file automatically loaded by the server when the URL path is set to a directory, usually "index.html" or "index.php". In your case, you want the server to load "index_m.html" by default. You can modify this setting in the server configuration file.

If you are using an Apache server, you can add the following lines to the. Htaccess file:

Directory index index_m.html

If you use Nginx, you can modify the following lines in the configuration file:

index index _ m . html;

This will cause the server to load "index_m.html" by default instead of other files.

In addition, you should also check the mobility settings of DEDE CMS. In the background management, check whether the homepage template of the mobile terminal is set correctly.