Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Backup your .htaccess file first. Then in your .htaccess file try adding this line on top:

    RewriteRule ^my-magic-page https://myblog.com/landing1/?kw=my-magic-page [R=301,L]

    The 301 is the “Moved Permanently” status response. You may want to change that to 307 which is “Temporary Redirect” depending on what you are trying to accomplish.

    This will only work if you have mod_rewrite enabled.

Viewing 1 replies (of 1 total)
  • The topic ‘Rewrite URL in specific pages’ is closed to new replies.