Guest User

Untitled

a guest
Jan 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteBase /
  3. RewriteRule ^([-A-z0-9]+)/webapp[/(.*)]$ webapps/$1/webapp/$2
  4. RewriteRule !.(js|ico|txt|gif|jpg|png|css)$ index.php
Add Comment
Please, Sign In to add comment