<br><br><div class="gmail_quote">On Sat, Dec 22, 2012 at 10:01 AM, Richard Damon <span dir="ltr">&lt;<a href="mailto:Richard@damon-family.org" target="_blank">Richard@damon-family.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
    <div>On 12/21/12 11:08 PM, Alok Singh Mahor
      wrote:<br>
    </div>
    <blockquote type="cite"><br>
      <br>
      <div class="gmail_quote">On Sat, Dec 22, 2012 at 5:12 AM, Neil
        Adair <span dir="ltr">&lt;<a href="mailto:neiltadair@gmail.com" target="_blank">neiltadair@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div dir="ltr">
            <div>You might not have copied and restored the .htaccess
              file which comes with Drupal.<span><font color="#888888"><br>
                  <br>
                </font></span></div>
            <span><font color="#888888">Neil<br>
              </font></span></div>
        </blockquote>
        I copied and restored whole drupal folder so i guess there is no
        point of missing .htaccess file<br>
        i used <br>
        cp -r /var/www/drupal/ ~/DATA     (for backup)<br>
        cp -r ~/DATA/drupal /var/www      (for restoring)<br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote></div></div>
    Note that cp does not copy &quot;hidden&quot; files (files that begin with .)
    by default.<br>
    Since you specified /var/www/drupal/ (with the trailing /) it only
    selected the &quot;normal&quot; files in that directory. I think if you had
    specified the source as /var/www/drupal (with without the slash)
    then you get the hidden files.<span class="HOEnZb"><font color="#888888"><br>
    <br></font></span></div></blockquote><div> but I can clearly see .htaccess file in /var/www/drupal<br></div></div>