Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <form action="index.php?menu=blog&section=admin" method="post">
  2.  
  3. RewriteCond %{HTTP_HOST} ^example.com$
  4. RewriteRule ^(.*) http://www.example.com/$1 [QSA,L]
  5.  
  6. #RewriteRule ^(.*) http://www.example.com/$1 [QSA,L,R=301]
  7. #RewriteRule (.*) http://www.example.com/$1 [QSA,L,R=301]
  8. #RewriteRule ^(.*) www.example.com/$1 [QSA,L,R=301]
  9. #RewriteRule ^(.*) http://www.example.com/$1 [QSA,NC,P] #Doesn't rewrite "www"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement