Build Station SEO htaccess file control (301 and static file permissions)

Source: Internet
Author: User
Tags file permissions

    1. Htaccess Control 301 Directional

# Long domain-oriented short domain name, weighted to a rewriteengine onrewritebase/rewritecond%{http_host} ^www.mr8c.com [Nc]rewriterule ^ (. *) $/HTTP mr8c.com/$1 [l,r=301]

This code controls the www.mr8c.com domain name access requests Redirect to the Mr8c.com, realizes the long domain name to direct the short domain name, the weight unifies to the short domain name.


2. Controlling static file Outbound access

Rewriteengine Onrewritebase/rewritecond%{http_referer}!^ $RewriteCond%{http_referer}!^http://(www\.)? mr8c.com/.*$ [Nc]rewriterule \. (GIF|JPG|PNG|JS|CSS) $-[F]

This code controls the termination of requests for access to refer sources for non-mr8c.com and non-www.mr8c.com domain names.

This article is from the "Junk King" blog, please be sure to keep this source http://paulwl.blog.51cto.com/12789708/1914807

Build Station SEO htaccess file control (301 and static file permissions)

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.