How to enable pathinfo in lnmp and hide index. php and lnmppathinfo_PHP

Source: Internet
Author: User
Enable pathinfo in lnmp and hide index. php and lnmppathinfo. Lnmp enables pathinfo and hides index. php. lnmppathinfo is edited in the following section: location ~ [^]. Php (| $) {# commenttry_files $ uri404; toenablepathinfotry_files $ uri404; fastcgi_pa lnmp enables pathinfo and hides index. php and lnmppathinfo

Edit the following section:

location ~ [^/]\.php(/|$){           # comment try_files $uri =404; to enable pathinfo    try_files $uri =404;    fastcgi_pass  unix:/tmp/php-cgi.sock;    fastcgi_index index.php;    include fastcgi.conf;    #include pathinfo.conf;} 

Change row 1st:
location ~ [^/]\.php
Comment out the first line, that is, add #
#try_files $uri =404;
Remove comments from the 8th rows
include pathinfo.conf;
In location ~ [^/] \. Php add a partition above
location /{    if (!-e $request_filename)    {        rewrite "^/(.*)$" /index.php last;    }}
Restart Nginx
service nginx restart

Edit the region in the following section: location ~ [^/] \. Php (/| $) {# comment try_files $ uri = 404; to enable pathinfo try_files $ uri = 404; fastcgi_pa...

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.