Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. htaccess rewrite without redirect
  2. Options +FollowSymLinks -MultiViews
  3. # Turn mod_rewrite on
  4. RewriteEngine On
  5. RewriteBase /
  6.  
  7. RewriteCond %{HTTP_HOST} ^www.exaple.cz$ [NC]
  8. RewriteRule ^(hu)/?$ http://www.exaple.$1 [L,P,NC]