Viewing 1 replies (of 1 total)
  • Thread Starter mattmaldre

    (@mattmaldre)

    A friend gave me the solution:

    #301 Redirect Old File
    RedirectMatch 301 ^/video-game-console-sales-will-soar-holiday-season/(.*) http://www.tribunecontentagency.com/blog/video-game-console-sales-will-soar-holiday-season/$1
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Hooray! It works!

Viewing 1 replies (of 1 total)
  • The topic ‘htaccess redirect blog post that once had no category’ is closed to new replies.