Use PATH_INFO to enable search engine friendly hiding index. php_PHP tutorial

Source: Internet
Author: User
The PATH_INFO method is used to enable search engines to hide index. php. I am used to using PATH_INFO to make search engines friendly, such as www. xxx. comindex. phpmodulexxxactionxxxidxxx but index. php can see that the extension is very uncomfortable, so I am used to using PATH_INFO to achieve search engine friendliness, such:

Http://www.xxx.com/index.php/module/xxx/action/xxx/id/xxx

However, index. php cannot see the extension. the solution is as follows:

How to hide an application: for example,. php, the extension:

Configure in APACHE as follows:

ForceType application/x-httpd-php

How to make a static page more like: app_name/my/app.html

When the path_infoworkflow is complete, you can cut off the last 5“.html in the last step.

Note: in APACHE2, PATH_INFO is not allowed by default. you need to set AcceptPathInfo on

Http://www.xxx.com/index/module/xxx/action/xxx/id/xxx

Refer http://www.xxx.com/index.php/module/xxx/action/xxx/id/xxx but index. php can see the extension is very uncomfortable, solve...

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.