nginx.php Configuration Smarty

Source: Internet
Author: User
Tags php error
  1. Download http://smarty.net;
  2. Unzip---Libs folder rename Smartylibs, placed in the usr/local/lib/of your own server (/USR/LOCAL/LIB/SMARTYLIBS);
  3. Create 4 required folders in the site directory, such as site_a, templates, Templates_c, configs, cache
    // Set Permissions chown Nginx:nginx "4 Directories"; chmod 770 "4 Directories";
  4. Create the smarty.ini.php configuration file (smarty basic configuration information) in the site directory as follows
    <?PHPDefine(' Smarty_dir ', '/usr/local/lib/smartylibs/');//defining the Lib pathrequire_once(Smarty_dir. ' Smarty.class.php ');//referencing the Smarty library$smarty=NewSmarty ();//Create Smarty$smarty->settemplatedir ('./templates '));$smarty->setcompiledir ('./templates_c '));$smarty->setconfigdir ('./configs '));$smarty->setcachedir ('./cache '));$smarty->caching=false;//whether to use cache//$smarty->testinstall ();//adjust the trial to show 4 directories read/write status?>
  5. Create a Web page file index.php
    <? PHP include ('./smarty.ini.php '); // referencing the smarty.ini.php configuration file $name= ' YangGe123 '; // Custom Variables $smarty->assign (' name ',$name); // assigning a variable to the Smarty value ' name ' $smarty->display (' Index.tpl '); // reference the corresponding template in Templates ?>
  6. Create a template for a site in templates
    $name}

Extended Knowledge:

Debug PHP and let the server display PHP error messages:

Modify the php.ini file to change Display_error = off to On

Restart PHP Service

Service PHP-FPM Restart

nginx.php Configuration Smarty

Related Article
Large-Scale Price Reduction
  • 59% Max. and 23% Avg.
  • Price Reduction for Core Products
  • Price Reduction in Multiple Regions
undefined. /
Connect with us on Discord
  • Secure, anonymous group chat without disturbance
  • Stay updated on campaigns, new products, and more
  • Support for all your questions
undefined. /
Free Tier
  • Start free from ECS to Big Data
  • Get Started in 3 Simple Steps
  • Try ECS t5 1C1G
undefined. /

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.