Some problems have been encountered after the website is migrated to the server. here we summarize: 1. no response, no prompt, and blank page 2 is returned. there is content, but it is disordered and many are lost, there is no CSS style 1, and the environment is the nginx server after several queries, the cause of the problem is: cachememory... "/> <scripttype =" text/javascript "src =" http:/Some problems have been encountered after the website is migrated to the server. here we summarize: 1. no response is prompted, return to blank page 2, with content, but disorder, many loss, and no CSS style 1. the environment is found several times by the nginx server because the cache memory is not enough, cause expired solution: configure the php5-fpm, change the default 32 M to 64 M (may not be enough in the future) 2, there is content, let's take a look at the Source Code @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css /Blocks.css? Msf-bae "); @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css/navigation.css? Msf-bae "); @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css/views-styles.css? Msf-bae "); @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css/nodes.css? Msf-bae "); @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css/comments.css? Msf-bae "); @ import url ("/drupal_flsvc/sites/all/themes/fllcc_zen/css/forms.css? Msf-bae "was originally defined in our path/drupal_flccs/sites. We bound the website domain name to the/sites level. to solve this problem, we can easily find/drupal/sites/all/default. /settings. php (by the way, it is also in this file to modify the Mysql link password) [php] $ databases = array ('default' => array ('database' => 'drupal _ flabc ', 'username' => 'root', 'password' => '000000', 'host' => 'localhost', 'port' => '', 'driver '=> 'mysql', 'prefix' => '',); turning to true ...... [Php] * Base URL (optional ). ** If Drupal is generating incorrect URLs on your site, which cocould * be in HTML headers (links to CSS and JS files) or visible links on pages * (such as in menus ), uncomment the Base URL statement below (remove the * leading hash sign) and fill in the absolute URL to your Drupal installation. ** You might also want to force users to use a given domain. * See. htaccess file for more information. ** Examples: * $ base_url =' http://www.example.com '; * $ Base_url =' http://www.example.com : 8888 '; * $ base_url =' http://www.example.com /Drupal'; * $ base_url =' https://www.example.com:8888/drupal '; ** It is not allowed to have a trailing slash; Drupal will add it * for you. * // $ base_url =' http://localhost/drupal_fllcc '; $ Base_url = ''; do not add/[php] Drupal will add it for you at the end of the URL.
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service