Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteRule ^test/(.*) /$1 [R]
  2.  
  3. # this probably works and redirect to the same
  4. RewriteRule ^?(.*) /$1 [R]
  5. #OR
  6. RewriteRule ^?(.*) /$1 [R]
  7. #OR
  8. RewriteRule ^/?(.*) /$1 [R]
  9. #OR
  10. RewriteRule ^/?(.*) /$1 [R]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement