Mao10CMSv8.0.6 update log
1. The topic module and classification module have been rewritten, and the article index can be obtained directly under the classification.
2. The product module does not require recharging and can directly complete the payment process.
3. Fixed the issue where items in a certain shopping cart could be paid for with 0 yuan.
4. Rewrite the product module to increase the correlation between products and personal dynamics.
5. Fixed the bug that categories cannot be deleted and edited.
6. The shopping cart button will no longer be displayed by default if there are no products.
7. The order posting module and crowdfunding module will not be displayed in the default navigation.
8. Add verification questions when registering to prevent machine registration.
Introduction to Mao10CMS
Mao10CMS is a free and open source PHP website building system developed based on Thinkphp and Bootstrap. It is suitable for building various small shopping malls, shopping sharing, community and corporate websites. Of course, you can also use it to make a simple blog.
Simplicity and ease of use is the goal that Mao10CMS has always pursued. There is no cumbersome background here, and no obscure settings. All you need to do is install it and use it, and then focus all your energy on content construction!
Thank you again for your support of Mao10CMS!
Mao10CMS installation method
Mao10CMS installation requirements environment PHP5.3+&Mysql5.0+
1. Set the Public folder, Application/Runtime folder, Application/Common/Conf/db.php to be writable.
2. After uploading the program to the website space, visit http://your domain name/install.php to install it.
3. After the installation is complete, delete install.php and Application/Home/Controller/InstallController.class.php in the root directory of the website.
Pseudo-static setting method
1. Configure the server:
[Apache] environment
-The mod_rewrite.so module is loaded in the httpd.conf configuration file
-AllowOverrideNone changes None to All
-Save the following content as a .htaccess file and place it in the same directory as the application entry file
RewriteEngineon
RewriteCond{REQUEST_FILENAME}!-d
RewriteCond{REQUEST_FILENAME}!-f
RewriteRule^(.*)$index.php/$1[QSA,PT,L]
Pseudo-static configuration methods in other environments will be added gradually.
2. Modify the Mao10CMS configuration file:
Open the Application/Common/Conf/config.php file in the program directory and change the value of URL_MODEL from 0 to 2.
Just 2 steps, pseudo-static setting is successful ~
support
Mao10CMS promises to be permanently free and open source. If you have any questions during use, you can click on the online customer service on the right side of the website for consultation at any time.