<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
  RewriteCond %{http_host} ^010xr.com [NC]
  RewriteRule ^(.*)$ http://demo.010xr.com/$1 [L,R=301]
</IfModule>