Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteCond %{REQUEST_URI} /campus.php?college=([^s&]+) [NC]
  4. RewriteRule ^ /campus/%1? [R=301,L]
  5.  
  6. RewriteCond %{REQUEST_FILENAME} !-d # not a dir
  7. RewriteCond %{REQUEST_FILENAME} !-f # not a file
  8. RewriteRule ^campus/(.*)$ /campus.php?college=$1 [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement