Provide zblog template_zblog them_wordpress template download and customization

The method environment for zblogphp to do 310 redirection is Apache+. htaccess

Tianxing Studio 2016-01-16 13:37 Zblogphp Tutorial six thousand five hundred and twenty-five 2 Comments


Made one for a customer zblogphp Of 301 Redirect , environment is Apache + .htaccess , write down the method and process, hoping to help friends in need.

First, create a new ". htaccess" file in the root directory of the host (if you set Pseudo static The file already exists in the root directory), and then copy the following code:

 RewriteCond %{HTTP_HOST} !^ www.txcstx.cn$ [NC] RewriteRule ^(.*)$  https://www.txcstx.com/ $1 [L,R=301]

Change the "www.txcstx. cn" in the above code to your own domain name Insert the modified code into ". htaccess". The correct way is as follows:

 The method environment for zblogphp to do 310 redirection is Apache+. htaccess htaccess Apache 301 Redirect zblogphp Tutorial Page 1

This completes the purpose of redirecting txcstx.cn to www.txcstx.cn. If you need to redirect www.txcstx.cn to txcstx.cn in reverse, use the following code:

 RewriteCond %{HTTP_HOST} !^ txcstx.cn$ [NC] RewriteRule ^(.*)$  https://www.txcstx.com/ $1 [L,R=301]

If you have any questions, please comment on the block message in this article. Note that this article is only available in the Linux "Apache+. htaccess" environment. Other environments will be updated in the future.


Can't find a tutorial that can solve your problem?

You can try to search or ask questions directly online. We also provide charging technical support. If you need it, you can contact us online.

Online questions Online Service

yes two Comments from netizens:

  •  Netizens of Tianxing Studio

    Netizens of Tianxing Studio Five years ago (2019-03-20) reply

    Is this the home page or all pages?

  •  Netizens of Tianxing Studio

    Netizens of Tianxing Studio 8 years ago (2016-07-23) reply

    If http is a jump to https, I tried those methods on the Internet, but it didn't work

welcome you Comment: Cancel Reply

 Please fill in the verification code
  • Latest articles
  • Hot article ranking
  • Most Comments
Label aggregation
  • Sign in
  • Registered account Forgot your password?
  • register
  • Already have an account? Direct login Forgot your password?
  • Social account login