Guest User

Untitled

a guest
Jul 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. Options +Indexes +FollowSymlinks
  3. RewriteEngine on
  4.  
  5.  
  6.  
  7. RewriteRule ^a/3d/(.*)/?$ __dax_app/lib/3rd_party/$1 [L]
  8.  
  9. RewriteRule ^$ webroot/ [L]
  10. RewriteRule (.*) webroot/$1 [L]
  11.  
  12. </IfModule>
Add Comment
Please, Sign In to add comment