contoh penggunaan flag
NC :: NON CASE = incase sensitive
index.html, INDEX.HTML, iNdEX.htm
L :: last
R :: Redirect
R=301 :: Redirect 301 = Permanent Move
Code:
RewriteEngine on RewriteRule ^index\.html$ http://mydomain.com/url.php [NC,L,R=301]
NC :: NON CASE = incase sensitive
index.html, INDEX.HTML, iNdEX.htm
L :: last
R :: Redirect
R=301 :: Redirect 301 = Permanent Move
No comments:
Post a Comment