Basic .htaccess 303 redirect


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteBase /
  4. </IfModule>
  5. Redirect 303 "/path/to/page.htm" http://www.site.com/path/to/new/page.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.