I have a DNS where I have 3 entries as below
www A 1.1.1.1
blog A 1.1.1.1
post A 1.1.1.1
Now My main website is www.something.com which is working fine
now i want blog.something.com should redirect to www.something.com/?page_id=2461
&
post.soemthing.com should redirect to www.something.com/?page_id=2409
DNS and Webserver is on same physical machine.
I am little new to .htaccess codes.