Advertisement
Guest User

htacess

a guest
Nov 20th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{HTTP_HOST} ^localhost [NC]
  4. RewriteRule ^learncode_api/(.*) http://rest.learncode.academy/$1 [R=301,NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement