修改了wordpress 安装目录 ,然后文章都出现404错误,怎么破
我自己修改了wordpress 安装目录 ,然后文章都出现404错误,怎么破
原来的WordPress安装地址是 http://127.0.0.1/
我把安装目录移动到了ued目录下,现在变成了http://127.0.0.1/test/
WordPress能访问,但文章不能访问了。
怎么办?
回复内容:
我自己修改了wordpress 安装目录 ,然后文章都出现404错误,怎么破
原来的WordPress安装地址是 http://127.0.0.1/
我把安装目录移动到了ued目录下,现在变成了http://127.0.0.1/test/
WordPress能访问,但文章不能访问了。
怎么办?
WordPress文章使用的是完整的URL,文章网址信息是卸载数据库里面的,你这种情况需要到数据库里面替换一下网址,把 http://127.0.0.1/ 替换成 http://127.0.0.1/test/ 就可以了。
配置一下虚拟目录,apache为例:<virtualhost>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "D:\wamp\www\ued"
ServerName dev-ued.com
ServerAlias dev-ued.com
ErrorLog "logs/dev-ued.com-error.log"
CustomLog "logs/dev-ued.com-access.log" common
</virtualhost>
然后修改host,将dev-ued.com指向127.0.0.1
<code>127.0.0.1 dev-ued.com </code>
WordPress安装之后文章的地址还有很多信息是和域名一起存放的。也就是文章地址是绝对路径。比如我安装后第一篇文章是helloWord 数据库里文章地址默认的存放是:http://127.0.0.1/?p=1
如果你的WordPress是放在test下面那么数据库存放的是http://127.0.0.1/test/?p=1
这样你访问肯定是404的。
第一种是执行数据库命令:你可以百度一下WordPress博客搬家,主要是分三种,变域名不变空间,变空间不变域名,变域名且变空间。
第二种是:还有是修改rewrite

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











There are four ways to adjust the WordPress article list: use theme options, use plugins (such as Post Types Order, WP Post List, Boxy Stuff), use code (add settings in the functions.php file), or modify the WordPress database directly.

To build a website using WordPress hosting, you need to: select a reliable hosting provider. Buy a domain name. Set up a WordPress hosting account. Select a topic. Add pages and articles. Install the plug-in. Customize your website. Publish your website.

Importing WordPress source code requires the following steps: Create a sub-theme for theme modification. Import the source code and overwrite the files in the sub-topic. Activate the sub-theme to make it effective. Test the changes to make sure everything works.

IIS and PHP are compatible and are implemented through FastCGI. 1.IIS forwards the .php file request to the FastCGI module through the configuration file. 2. The FastCGI module starts the PHP process to process requests to improve performance and stability. 3. In actual applications, you need to pay attention to configuration details, error debugging and performance optimization.

Multiple calls to session_start() will result in warning messages and possible data overwrites. 1) PHP will issue a warning, prompting that the session has been started. 2) It may cause unexpected overwriting of session data. 3) Use session_status() to check the session status to avoid repeated calls.

To create an account on WordPress, simply visit its website, select the registration option, fill in the registration form, and verify your email address. Other ways to register include using a Google account or Apple ID. The benefits of signing up include creating a website, gaining features, joining the community, and gaining support.

The steps to create a custom header in WordPress are as follows: Edit the theme file "header.php". Add your website name and description. Create a navigation menu. Add a search bar. Save changes and view your custom header.

AI can help optimize the use of Composer. Specific methods include: 1. Dependency management optimization: AI analyzes dependencies, recommends the best version combination, and reduces conflicts. 2. Automated code generation: AI generates composer.json files that conform to best practices. 3. Improve code quality: AI detects potential problems, provides optimization suggestions, and improves code quality. These methods are implemented through machine learning and natural language processing technologies to help developers improve efficiency and code quality.
