Apache redirect URL

Source: Internet
Author: User
Tags rar

(1) Remove the "#" number in front of "#LoadModule rewrite_module modules/mod_rewrite.so" in the httpd.conf file;
(2) Then write the following rule in the httpd.conf. New in the Apache configuration file:

Rewriteengine on
Rewriterule ^/(. *). (js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar|mp3|wav) $ https://abc.com/$1.$2 [R,NC]

Where the requested resource (containing js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar|mp3|wav) is redirected to the following address.

This rule is for the entire environment.

Apache rewrite rule modifier
1) R Force external redirection
2) F disable URL, return 403HTTP status code.
3) G force URL is gone, return 410HTTP status code.
4) P forces the use of proxy forwarding.
5) L indicates that the current rule is the last rule, which stops the rewrite of the rule after parsing.
6) N re-run the rewrite process starting with the first rule.
7) C is associated with the next rule

Apache redirect URL

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.