Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteCond %{THE_REQUEST} //
  2. RewriteRule ^(.*)$ %{ENV:ps}://%{HTTP_HOST}/$1 [L,R=307]
  3.  
  4. # config/routes/api_platform.yaml
  5.  
  6. api_platform:
  7. resource: .
  8. type: api_platform
  9. prefix: /{api}
  10. requirements:
  11. api: /api
  12. defaults:
  13. api: /api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement