PHPCMSV9 of the topic, in the settings generated static and static settings of the site to generate in the root directory, the URL of the thematic path will be a more slash, such as: http://www.2cto.com//special/ddos/, I can only say this is phpcms V9 one of the many weird bugs. Several members of the PC forum have been brought up repeatedly, but no official fixes have been seen. It took a lot of time today to finally find the problem and solve it.
Workaround:
1 Modify the phpcms/modules/special/special.php file on line 43rd:
$url = $special [' ishtml ']? App_path.substr (Pc_base::load_config (' System ', ' Html_root '), 1). ' /special/'. $special [' filename ']. ' /‘ :
Put one of the/special/in front/remove, change to special/, can.
2 now in the background of the site to add new topics, you will find that the newly added topic URL will not have another two slash.
3 and the original has been added and generated the topic more slash, by modifying the database to achieve, such as with phpMyAdmin open the V9_special table, find each topic URL field, the more of the slash can be removed.
(reproduced) Phpcms V9 thematic path more than one slash solution