Advertisement
meetsos

Htaccess Redirect Homepage and other Pages to Custom URL

Aug 25th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RedirectMatch 301 ^/$ https://google.gr/index.html
  3. Redirect /testimonials/ https://google.gr/index.html
  4. Redirect /packs/ https://google.gr/index.html
  5. Redirect /services/ https://google.gr/index.html
  6. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement