PassMark Logo
Home » Forum

Default Image for pages with NO extension ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pete_wilde
    Junior Member
    • Mar 2006
    • 6

    #1

    Default Image for pages with NO extension ?

    Hi,

    I know that you can attach an image to a specific extension (e.g. .html, .php, etc).

    However, is it possible to do it for a page with no extension ?

    There is the option to scan pages with no extensions, but it appears that there is no option to then attach a default image to them, like you can with the above.

    Is there a solution (apart from rewriting the pages to add a valid file extension)?

    Kind regards,

    Pete
  • Mozartman
    Member
    • Nov 2008
    • 49

    #2
    Pete,

    I put custom icon image file in .GIF format into images folder on my web server. Then I put this <meta> statement inside <head> section into default.aspx page:

    <meta name="ZOOMIMAGE" content="http://yourwebsiteurl/images/htmlico.gif" />
    Go to our home page, put this in the search box "anyone 18 or older", and look at first result:

    https://www.oaklandcc.edu/

    Comment

    • pete_wilde
      Junior Member
      • Mar 2006
      • 6

      #3
      Many thanks (Great site by the way)

      Comment

      • Mozartman
        Member
        • Nov 2008
        • 49

        #4
        You are welcome.

        Comment

        Working...