Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

No index page in the "images" folder

         

tonynoriega

3:50 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



So google is slapping me because i dont have any type of accesible file in my "images" folder. I get the 403 Forbidden error.

Do i really need to worry about these?

What happens if i just disregard them?

...how do i handle these, just make a lame index.htm page in that folder?

netmeg

4:35 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What makes you think Google is slapping you for that?

Me, I put a blank index.html page in the images directory anyway, just on the general principle that nobody needs to see a directory listing of every file in the directory. Actually, I try to do that for most of my directories that don't contain html or php files; I just have a hard time remembering sometimes.

topr8

4:40 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



you're off track tonynoriega

google is not punishing you for this, they should not even be calling the 'folder' unless you have a link to it for some reason?

you can turn off directory listing at the server level - most control panels will allow you to do this.

tonynoriega

5:22 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ok, so maybe they arent punishing me, but i dont like seeing that i have 19 403 forbidden errors in my google webmaster tools....

anyway, the index.htm that you may put into that directory, do you have it redirect or refresh to another page?

i dont have a "control panel" to work from unfortunately from my hosting company, but im pretty sure directory browsing is already turned off....

g1smd

5:25 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You do not want to be redirecting index pages anywhere else within a site.

Either have a page of content - links to other parts of the site, or have no file at all.

tonynoriega

5:52 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



whooooooooooooooooooa wait a second....(differnt subject now)

"You do not want to be redirecting index pages anywhere else within a site."

As i took over this site about 4 months ago, the previous webmaster told me about some page redirects we had on the site. I said ok, no problem.

As i started looking daily at my Google Webmaster Tools, i found that my list of 404 Page not found errors, was growing exponentially.
So i decided to fix them. These are old pages that used to exist on our site in 2000, 2001, and years back.

most of these were file names such as
"oldOne.html" or "usedTobeHere.htm"....etc. I know have those pages refreshing to a more current page on my site via meta tag.

Now, some of the page not found files were ASP.

AND....the way the file structure was set up, all of the pages are index.asp. (i.e.)

instead of this URL: [ourcompany.com...]

you would see this URL: [ourcompany.com...]

because the file in the folder was called index.asp

which i now use a 301 moved permaneently to redirect to a more current page?

now you are telling me this is wrong?

g1smd

6:01 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If a page really has moved then that is OK.

And yes, it is always best to omit the index file filename from any link that calls for it. Just end the URL with a / at the end.

What I was referring to is when you access www.domain.com/ and are instantly transported to www.domain.com/newsite/finalversion/blahblahkeyword/index.asp/documentcontrol&af15e527b316
3ce2ae2f8ea0/contentmanager/showfile=62843&do=show&start=0.

Now that is always a bad idea.

.

For files that are long gone I rely on the custom 404 error page to supply a page of useful navigation links to get the visitor on their way to the correct part of the site.

tonynoriega

6:10 pm on Nov 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ok roger that...you scared me for a minute.

Now for your custom 404 page error....unfortunately i am on a Windows Server, and i have not form of GUI interface control panel to adminsiter the server...

IM using classic ASP....

do you know how i can create my own custom 404 pages?

everytime i search this, i only come up with answers that tell me how to do it via IIS...which i have not access to.

thanks