HTTrack Website Copier
Free software offline browser - FORUM
Subject: File has moved from X to index.php
Author: Zombbie
Date: 01/15/2014 22:50
 
I am trying to download one pages available only after login and it doesnt
work.
I am now able to login, but every page which is going to be downloaded is
writing:
File has moved from $PAGENAME to index.php 
It could be becasue of one of these reasons?:
- in pages is this in header
<meta name="robots" content="all, follow, index" />

- in robot.txt is something not nice for httrack
in log is written:
01:44:25	Warning: 	Note: due to www.DOMAIN.XX remote robots.txt rules, links
beginning with these path will be forbidden: / (see in the options to disable
this) 

I switched option "Spider"/Spider to not follow robot.txt

- or some another code in each page is not nice for httrack
there is quite big amount of javascript and codes in header:
-----------------------------------------------------------
    <meta http-equiv="Expires" content="Mon, 03 Jan 2000 12:00:00 GMT" />
    <meta http-equiv="Cache-control" content="must-revalidate, post-check=0,
pre-check=0" />
    <meta http-equiv="Pragma" content="public" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
        <meta name="robots" content="all, follow, index" />
    <meta name="googlebot" content="index,follow,snippet,archive" />
        <link rel="home" href=http://www.DOMAIN.XX/ />
    <link rel="bookmark" title="" href=http://www.DOMAIN.XX/ />
    <link rel="shortcut icon" href=http://www.DOMAIN.XX/favicon.ico />
        <link rel="stylesheet" type="text/css" media="tv,screen,projection"
href=http://www.DOMAIN.XX/css/styles.php />
    <link rel="stylesheet" type="text/css" media="tv,screen,projection"
href=http://www.DOMAIN.XX/css/styles.css />
    <!--[if IE 7]>
      <link rel="stylesheet" type="text/css"
href=http://www.DOMAIN.XX/css/styles-ie7.css />
    <![endif]-->
        <link rel="stylesheet" type="text/css" media="print"
href=http://www.DOMAIN.XX/css/styles-print.css />
    <link rel="stylesheet" type="text/css" media="print"
href=http://www.DOMAIN.XX/css/styles-print-default.php />
    <!--[if IE 7]>
      <link rel="stylesheet" type="text/css" media="print"
href=http://www.DOMAIN.XX/css/styles-print-ie7.css />
    <![endif]-->
        <link rel="stylesheet" type="text/css" media="tv,screen,projection"
href=http://www.DOMAIN.XX/css/naseptavac.css />
        <link rel="stylesheet" type="text/css" media="tv,screen,projection"
href=http://www.DOMAIN.XX/highslide/highslide.css />
            
    <script type="text/javascript"
src=http://www.DOMAIN.XX/js/scripts.js.php</script>
    <script type="text/javascript"
src=http://www.DOMAIN.XX/js/scripts.js</script>
        <script type="text/javascript"
src=http://www.DOMAIN.XX/js/naseptavac.js</script>
        <script type="text/javascript"
src=http://www.DOMAIN.XX/highslide/highslide.js</script>
    <script type="text/javascript">
    	hs.graphicsDir = 'highslide/graphics/';
    	hs.wrapperClassName = 'wide-border';
    </script>
            <script type="text/javascript"
src=http://www.DOMAIN.XX/js/ajax.js</script>
    <script type="text/javascript"
src=http://www.DOMAIN.XX/js/prototyp.js</script>
    <script type="text/javascript"
src=http://www.DOMAIN.XX/js/add_basket.js</script>
        <script type="text/javascript"
src=http://www.DOMAIN.XX/js/scroll_div.js</script>
    <script type="text/javascript"
src=http://www.DOMAIN.XX/js/number_format.js</script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? <https://ssl> :
<http://www>) + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
      })();
    </script>
------------------------------------------------------

or inside page:
------------------------------------------------------
        <script type="text/javascript">
    	var options = {
    		script:"naseptavac.php?json=true",
    		varname:"input",
    		json:true,
    		shownoresults:false
    	};
    	var as_json = new bsn.AutoSuggest('vyhledavani_text', options);
    	
    	
    	var options_xml = {
    		script: function (input) { return "naseptavac.php?input="+input; },
    		varname:"input"
    	};
    	var as_xml = new bsn.AutoSuggest('searchinput_xml', options_xml);
    </script>

------------------------------------------------------

I tried nearly all options and still without success.
Could somebody help?
Zombbie
 
Reply


All articles

Subject Author Date
File has moved from X to index.php

01/15/2014 22:50




7

Created with FORUM 2.0.11