|
Post by corbinp on Oct 15, 2012 12:11:39 GMT -5
|
|
|
Post by yifeng on Oct 15, 2012 15:58:44 GMT -5
I guess, for security reason, the server will not allow directory indexing by default, which means if your folder does not have an index.html it will not show any webpage and give the permission error. You can google 'htaccess' if you want more details.
So it is working correctly.
|
|
|
Post by corbinp on Oct 15, 2012 16:30:52 GMT -5
Thanks for the reply. I had a feeling the issue might have been something server-side.
Mr. Perkoski, if you could confirm this, I would appreciate it.
|
|
|
Post by Bob P on Oct 15, 2012 16:57:36 GMT -5
It's typical that if a directory does not have a home or index file then nothing shows. You need to know the name of a file in the directory in order to access it. Often times when a file is moved a link to that file is made for the user or an index.html file is updated with the addition of the filename. Bob
Bob
|
|