Skip to main content

Need a little basic help with rewrite

Comments

2 comments

  • ankeshanand
    Try This: RewriteEngine on RewriteCond %{HTTP_HOST} ^findpropertylines\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.findpropertylines\.com$ RewriteRule ^test\.html$ "https\:\/\/google\.com\/" [R=301,L]
    Let me know if it works for you!
    0
  • Jelf
    Thanks Ankesh! That worked perfectly. Of course I am still baffled why my simpler syntax did not work.
    0

Please sign in to leave a comment.