Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. http://example.com/blog/slug/post-title/
  2.  
  3. http://example.com/post-title/
  4.  
  5. RewriteCond %{REQUEST_URI} ^/blog/slug
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.*)$ /wp/index.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement