Guest User

Untitled

a guest
Dec 16th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. RewriteEngine on
  2. Redirect /setup http://your-domain.co.uk/
  3. RewriteBase /your-sub-directory
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteRule . index.php [L]
Add Comment
Please, Sign In to add comment