For help, the php website was transplanted from the windows platform to the Linux platform, and the navigation error php + mysql website was displayed. it was transplanted from the original windows platform to the centos server platform, there are no other problems, that is, the home page navigation cannot be seen, and it does not work if clicked. The original homepage code: & lt; help: the php website is transplanted from the windows platform to the Linux platform, and a navigation error occurs.
The php + mysql website has been transplanted from the platform set up in the original windows to the centos server platform. there are no other problems, that is, the homepage navigation cannot be seen, and it doesn't work anymore.
Original homepage code:
Hospital situation overview
Introduction
The main page code generated after transplantation:
" >
" >
Home page source code:
Session_start ();
Error_reporting (E_ALL ^ E_NOTICE );
Header ('content-Type: text/html; charset = utf-8 ');
Define ('thisadmini ', true );
$ DirName = dirname (_ FILE __);
$ ShlConfig = $ dirName. '/config/dt-config.php ';
If (! Is_file ($ shlConfig) | filesize ($ shlConfig) = 0 | filesize ($ shlConfig) = 3)
Exit ('shlcms has not been installed, please go to the installation directory ');
Else
Require ($ shlConfig );
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.