リダイレクト設定してもリダイレクトされない

TOP Forums その他(Everything else KUSANAGI) リダイレクト設定してもリダイレクトされない

リダイレクト設定してもリダイレクトされない

Viewing 1 reply thread
  • Author
    Posts
    • #441
      yagi
      Participant

        DocumentRoot内にある「.htaccess」に以下のような記述をしました。

        <IfModule mod_rewrite.c>
        RewriteEngine On
        Redirect permanent 旧URL 新URL
        </IfModule>

        しかし、旧URLを叩いてもリダイレクトされませんでした。

        更に
        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteRule 旧URL 新URL [R=301,L]
        </IfModule>

        という記述も試しましたがダメでした。

        何が原因でしょうか?

      • #442
        しょうくん
        Moderator

          yagiさん、こんにちは
          WebサーバはApacheを使用していますか?

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.

      Next article

      フォーラムについて