Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. RewriteCond %{REQUEST_FILENAME} !-f
  2. RewriteCond ${REQUEST_FILENAME} !-d
  3. RewriteCond %{REQUEST_FILENAME} !-l
  4. RewriteCond %{REQUEST_URI} ^/video/(.*)$
  5. RewriteRule ^(.*)$ /video/index.php [L]
  6.  
  7. RewriteRule ^video/(.+)/(.+)/(.+)$ /video/$3 [L]
  8.  
  9. RewriteRule ^video(.*) /video/index.php [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement