WordPress change fixed link appears 404 solution

Source: Internet
Author: User

Many webmasters in the play WordPress, may encounter a problem, is to put WordPress pseudo-static, in the background set up a fixed link, will appear on the article page or all the pages appear 404 error. Here's how to fix it:

1,.htaccess to open Write permissions, so that when the custom WP permanent LINK, WP will automatically rewrite. htaccess. The so-called delete or manual rewrite. htaccess is because it does not open its write permission.

2, locate the Apache file in the httpd.conf file, the #loadmodule rewrite_module modules/mod_rewrite.so before the # removed, load rewrite module.

3, see if the httpd.conf file in the Apache file is set by default allowoverride to None, and if so, change to all. or modify the wordpress vhost segment Add < directory/wp where the path/> allowoverride all </directory> restart Apache.

This is how Apache can open the Mod_rewrite module and Phpwind pseudo-static Method!

WordPress change fixed link appears 404 solution

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.