Advertisement
vladgen

Untitled

Nov 13th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. DirectoryIndex index.php
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_URI} ^(.*)$
  4. RewriteRule (%{REQUEST_URI}) redirect.php?key=$1 [NC,NE,QSA,L]
  5. #RewriteRule ^(.*)$ redirect.php?key=$1 [NC,NE,QSA,L]
  6. #RewriteBase /
  7. #RewriteCond %{HTTP_HOST} ^(.*)$ [NC]
  8. #RewriteCond %{REQUEST_URI} ^/(.*)$
  9. #RewriteRule ^/(.*)$ http://%1/redirect.php?key=$1 [L]
  10. # Ниже строка
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement