The Moz Q&A Forum

    • Forum
    • Questions
    • My Q&A
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. SEO and Digital Marketing Q&A Forum
    2. Categories
    3. Technical SEO Issues
    4. RewriteQueryString and .htaccess usage

    RewriteQueryString and .htaccess usage

    Technical SEO Issues
    3 2 118
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RodneyRiley
      RodneyRiley last edited by

      I'm trying to redirect a whole load of pages which use a query string to a different directory for example.

      Original URL: example.com/news/post.php?s=2011-01-28-some-text

      New URL: example.com/blog/post.php?s=2011-01-28-some-text

      My understanding is that because the url uses query strings I need to use a rewrite rather than the usual redirect 301 etc. I've come up with this but it is not doing the job. Any ideas what I'm doing wrong?

      RewriteEngine On
      RewriteCond %{QUERY_STRING} s=
      RewriteRule ^/news /blog [L,R=301]

      1 Reply Last reply Reply Quote 0
      • JarnoNijzing
        JarnoNijzing last edited by

        Rodney,

        I believe you have the use the $ symbol for following the content and using the ^ symbol I always start off by using the base URL. You could try:

        RewriteEngine on
        Options MultiViews FollowSymLinks
        RewriteCond %{HTTP_HOST} .
        RewriteCond %{HTTP_HOST} !^www.example.com [NC]
        RewriteRule (.) http://www.example.com/$1 [R=301,L]
        RewriteRule ^news(.
        ) http://www.example.com/blog$1 [R=301,L]

        I think this should do the trick.

        regards

        Jarno

        RodneyRiley 1 Reply Last reply Reply Quote 2
        • RodneyRiley
          RodneyRiley @JarnoNijzing last edited by

          Hi Jarno,

          This worked perfectly, thank you!

          All the best,

          Rodney

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          • Set Up htaccess File
            GFD_Chris
            GFD_Chris
            0
            2
            48

          • Htaccess noob
            Keszi
            Keszi
            0
            4
            96

          • Redirection in .htaccess
            Bharath_ATZ
            Bharath_ATZ
            0
            5
            91

          • 301 redirect .htaccess
            Christy-Correll
            Christy-Correll
            0
            5
            234

          • Htaccess Rewrites
            Klement69
            Klement69
            0
            4
            316

          • .htaccess and error 404
            Probikeshop
            Probikeshop
            0
            9
            835

          • Javascript usage
            Naghirniac
            Naghirniac
            0
            6
            538

          • Htaccess issue
            sesertin
            sesertin
            0
            8
            487

          Get started with Moz Pro!

          Unlock the power of advanced SEO tools and data-driven insights.

          Start my free trial
          Products
          • Moz Pro
          • Moz Local
          • Moz API
          • Moz Data
          • STAT
          • Product Updates
          Moz Solutions
          • SMB Solutions
          • Agency Solutions
          • Enterprise Solutions
          • Digital Marketers
          Free SEO Tools
          • Domain Authority Checker
          • Link Explorer
          • Keyword Explorer
          • Competitive Research
          • Brand Authority Checker
          • Local Citation Checker
          • MozBar Extension
          • MozCast
          Resources
          • Blog
          • SEO Learning Center
          • Help Hub
          • Beginner's Guide to SEO
          • How-to Guides
          • Moz Academy
          • API Docs
          About Moz
          • About
          • Team
          • Careers
          • Contact
          Why Moz
          • Case Studies
          • Testimonials
          Get Involved
          • Become an Affiliate
          • MozCon
          • Webinars
          • Practical Marketer Series
          • MozPod
          Connect with us

          Contact the Help team

          Join our newsletter
          Moz logo
          © 2021 - 2026 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
          • Accessibility
          • Terms of Use
          • Privacy