Advertisement
Guest User

Untitled

a guest
May 24th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} !-f
  2. RewriteCond %{REQUEST_FILENAME} !-d
  3. RewriteRule ^(.*)$ projects/$1 [PT]
  4.  
  5. RewriteCond projects/%{REQUEST_FILENAME} -f
  6. RewriteCond projects/%{REQUEST_FILENAME} -d
  7. RewriteRule ^(.*)$ projects/$1 [PT]
  8.  
  9. RedirectMatch ^/projects/(.+)$ /$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement