Yii redirection, eliminating index.php_php tutorials

Source: Internet
Author: User
Add the. htaccess under the project.

The contents are as follows:

Deny from all

Options-indexes

Options +followsymlinks

# for security reasons, Option FollowSymLinks cannot is overridden.

# Options +followsymlinks

# Options +symlinksifownermatch

# Indexignore */*

Rewriteengine on

# If a directory or a file exists, use it directly

Rewritecond%{request_filename}!-f

Rewritecond%{request_filename}!-d

# Otherwise forward it to index.php

Rewriterule ^ (. *) $/hangman/index.php [L]

In the above content

Rewriterule behind the/hangman/index.php should be filled according to the actual

The experiment had been successful for a long time, and one night there was a sudden inspiration, although the inspiration failed, but inadvertently opened another road

http://www.bkjia.com/PHPjc/371908.html www.bkjia.com true http://www.bkjia.com/PHPjc/371908.html techarticle under Projects, add the. htaccess content as follows: Files. htaccess deny from All/files options-indexes Options +followsymlinks ifmodule Mod_rewri TE.C # for security reasons, Option Foll ...

  • 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.