Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Options +FollowSymLinks
  2. RewriteEngine on
  3. RewriteRule ^video/([0-9a-zA-Z]+)$ video.php?videoId=$1
  4. RewriteRule ^jugador/([0-9a-zA-Z]+)$ jugador.php?id=$2
  5.  
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteRule ^([^.]+)$ $1.php [NC,L]
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteRule ^([^.]+)$ $2.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement