Advertisement
vladgen

Untitled

Nov 13th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 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 [R=301,L]
  6. # Ниже строка
  7. #RewriteRule ^/(.*)$ /redirect.php?key=$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement