Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <Directory "C:/xampplite/htdocs">
  2. RewriteEngine On
  3. RewriteRule ^fast/(.*)$ http://fast.tonyfox.ws/$1 [NC,R=301]
  4. </Directory>
  5.  
  6. http://fast.tonyfox.ws/fast/someresource.jpg
  7.  
  8. RewriteRule ^fast/(.*)$ http://fast.tonyfox.ws/_$1 [NC,R=301]
  9.  
  10. http://fast/tonyfox.ws/_someresource.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement