CentOs enables the rewrite_module module of Apache and supports. htaccess.

Source: Internet
Author: User
I believe that 301 redirection is beneficial to weight concentration, but I wrote: & amp; nbsp; Rewri in the. htaccess file.

I believe that 301 redirection is known to everyone, which is conducive to weight concentration, but I wrote in the. htaccess file:

 

RewriteEngine on

RewriteCond % {http_host} ^ phpddt.com [NC]

RewriteRule ^ (. *) $ http://www.phpddt.com/#1 [L, R = 301]

 

After uploading the root directory of the server, it will be ineffective. the rewrite_module must not be enabled. the enabling process is as follows:

Centos configuration files are stored in:/etc/httpd/conf/httpd. conf

Open the file and find:

LoadModule rewrite_module modules/mod_rewrite.so

Remove the preceding "#". if it does not exist, add the above sentence.

If your website is in the root directory: find


Options FollowSymLinks
AllowOverride None

Change None to All.

If your site is not in the root directory, set as follows:

Order allow, deny
Allow from all
AllowOverride All

OK, then restart the server, and the service httpd restart, so that. htaccess can be used.

Related Article

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.