Advertisement
vladgen

Untitled

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