Announcement

Collapse
No announcement yet.

404 error code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    404 error code

    Can anyone please help me. On browsing through my Plesk Panel looking at my website stats I noticed that there were a lot of 404 required but not found error codes for two URLs these being.
    /facatalog/jquery.scrollTo-min.js and /fpstyle.css.

    These are showing over 3500 hits on each one. I do not have a clue what these URLs do or how to repair them. The website seems to work fine but I am worried that so many hits on these two URLs is affecting my google search engine position.

    Actinic suggest I ask the intelegent and kind hearted folk here in the knowledge base. So can anybody help me repair these two broken links?
    My web address is www.lucieswardrobe.co.uk

    Many thanks in advance
    Pete

    #2
    Given that the standard actinic folder is called 'acatalog', it looks like you probably have an incorrect reference to this file in the <head> area of your overall layout - /facatalog/jquery.scrollTo-min.js

    Not a standard function either so it's linked to whatever you or your designer has added for you.

    Comment


      #3
      Indeed a quick look at the head area of your site using the firebug plugin on the firefox browser can indeed see the code having a typo, check the line of code above and below the problem one to see how it should be and what has happened.

      The fpstyle problem is because that one does not have the actalog prefix and I assume that is where that file is actually located. Therefore being told to look in the wrong place.

      Comment


        #4
        Thanks for your help Lee,

        I have located the code in the head area and it does seem to be a typo.
        This is a copy of the code.
        <link rel="stylesheet" type="text/css" href="acatalog/fpstyle.css">

        <script type="text/javascript" src="acatalog/jquery-1.2.6.min.js"></script>

        <script type="text/javascript" src="facatalog/jquery.scrollTo-min.js"></script>

        <script type="text/javascript" src="acatalog/jquery.easing.js"></script>

        <script type="text/javascript">

        Is the solution as simple as deleting the "f" ?
        Also I see the fpstyle.css code here but it does have the acatalog/ before it.
        Any ideas?
        Thanks again for your time and knowledge it is much appreciated
        Pete
        www.lucieswardrobe.co.uk

        Comment


          #5
          All of them are wrong as far as I am concerned or certainly not how I do them, no need to add in acatalog or facatalog on any of them. Have the files in the site1 folder and just link direct to the filename. Study how actinic does it and just copy.

          Comment


            #6
            Ok Lee, thanks. I'll see what I can do
            Pete

            Comment

            Working...
            X