Guest User

Untitled

a guest
Apr 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # New Post URLs, without dates, requires redirects for old links.
  2. RedirectMatch 301 ^/([0-9]+)/([0-9]+)/(?!page/)(.+)$ https://www.url.org/$3
  3.  
  4. BEGIN WordPress
  5. <IfModule mod_rewrite.c>
  6. RewriteEngine On
  7. RewriteBase /
  8. RewriteRule ^([0-9]{4})/([0-9]{2})/([a-z0-9-/]+)$ /$3 [R=301,NC,L]
  9. etc...
Add Comment
Please, Sign In to add comment