从索引 joomla URL 重定向到静态 URL

发布于 2024-10-05 00:47:33 字数 426 浏览 4 评论 0原文

我曾经有一个带有 SEF url 的 joomla 网站,这些网址在 google 中索引,例如

示例 www.mysite.com/index.php/contactme

我现在有一个静态站点,我想将我的索引网址 301 重定向到新的

示例 www.mysite.com/contact-me.php

我尝试过

重定向 301 /index.php/contactme http ://www.mysite.com/contact-me.php

但我收到内部服务器错误。我对 htaccess 完全是新手。我不再有旧的 joomla 网站,只有静态网站

希望有人可以帮助

谢谢

I use to have a joomla site with SEF urls which are indexed in google like

example
www.mysite.com/index.php/contactme

i now have a static site and i want to 301 redirect my indexed urls to the the new one

example
www.mysite.com/contact-me.php

i have tried

Redirect 301 /index.php/contactme http://www.mysite.com/contact-me.php

but i get a internal server error. im complete novice at htaccess. i dont have the old joomla site any more only the static one

hope someone can help

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

古镇旧梦 2024-10-12 00:47:33

我认为您在 .htaccess 中的重定向是正确的。也许问题在于,自从您更改为静态网站后,Google 就没有再次抓取您的网站。检查 Google 网站管理员工具,以确保使用这些工具进行手动抓取,以确定 Google 现在如何看待您的网站。如果它显示正确,那么您只需给引擎一些时间来重新爬网并重新索引您的网站。

希望这有帮助

I think your redirect is correct in the .htaccess. Maybe the problem is that Google didn't crawl your site again since you changed to the static site. Check in Google webmaster tools to make sure and make a manual crawl using the tools to determine HOW Google sees your site NOW. If it shows correctly then you'll just have to give the engine some time to recrawl and reindex your site.

Hope this helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文