Guest User

Untitled

a guest
Jan 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. https://example.com/portfolio/
  2. https://example.com/portfolio
  3. https://example.com/portfolio/this-is-a-page
  4. https://example.com/portfolio/this-is-a-another-page
  5.  
  6. ^/?portfolio/(.*)$
  7. https://example.com/$1
  8.  
  9. ^/?portfolio(/|$)
  10. https://example.com/
  11.  
  12. RewriteRule ^/?portfolio(/|$) / [NC,R=301,L]
Add Comment
Please, Sign In to add comment