繁体   English   中英

我需要将 .htaccess url 从旧​​重写为新帮助我

[英]I need rewrite .htaccess url old to new help me

我已经将我的 url 更改为 wordpress,但是我遇到了一些错误。

带有一些图像并发布ajax。 我的新网址: http://practicetends.tempsite.ws/ ://practicetends.tempsite.ws/ 但我有很多图片域名是 www.practicetends.com.br 旧网址:www.practicetends.com.br 我需要将帖子 ajax 和图片重定向到新网址。 .. 我尝试 url 重写,但对我不起作用!!! 我试过了,但没有用

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^practicetends.com.br$
RewriteRule (.*) http://practicetends.tempsite.ws/$1 [R=301,L]
</IfModule>

它不会工作。 如果域指向同一服务器/虚拟主机,您可以使其工作。 我建议您使用此https://interconnectit.com/products/search-and-replace-for-wordpress-databases/进行搜索并将旧 URL 替换为新 URL。

你可以做一次试运行,看看到底会发生什么变化。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM