<div dir="rtl"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">I haven&#39;t touched for quite a long time rewriterule in apache. Could someone help me a bit? :)</div><div dir="ltr"><br></div><div dir="ltr">
I have one domain which is hosting my blog and I&#39;m changing the blog domain name, so natually I want the rewriterule to replace automatically everyone that comes from domain <a href="http://blog.hetz.biz">blog.hetz.biz</a> (old domain) to <a href="http://vps.net.bz">vps.net.bz</a> (new domain).</div>
<div dir="ltr"><br></div><div dir="ltr">At first I thought adding a simple ServerAlias and be done with it. It seems to work technically but it misses the point, I want to move permanently (301)</div><div dir="ltr"><br></div>
<div dir="ltr">I wrote this file in the conf directory (it&#39;s centos)</div><div dir="ltr"><br></div><div dir="ltr">&lt;VirtualHost *:80&gt;</div><div dir="ltr"><div dir="ltr">ServerAdmin <a href="mailto:hetz@benhamo.org">hetz@benhamo.org</a></div>
<div dir="ltr">DocumentRoot /home/xxxx/blog</div><div dir="ltr">ServerName <a href="http://vps.net.bz">vps.net.bz</a></div><div dir="ltr">ErrorLog /home/xxxx/logs/vps-net_biz-error_log</div><div dir="ltr">LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined</div>
<div dir="ltr">CustomLog /home/hetz/www/logs/vps-net-biz-access_log combined</div><div dir="ltr"><br></div><div dir="ltr">Options +FollowSymLinks</div><div dir="ltr">RewriteEngine On</div><div dir="ltr">RewriteOptions Inherit</div>
<div dir="ltr">RewriteCond %{HTTP_HOST} ^blog\.hetz\.biz$ [NC]</div><div dir="ltr">RewriteRule ^(.*)$ <a href="http://vps.net.bz/$1">http://vps.net.bz/$1</a> [R=301,L]</div><div dir="ltr">&lt;/VirtualHost&gt;</div><div><br>
</div><div>At the moment what this does is just skipping my entire blog and jumps directly to my personal blog.</div><div><br></div><div>What am I missing here?</div><div><br></div><div>Thanks,</div><div>Hetz</div></div>
</div>