Questions tagged [default-document]

22 questions
0
votes
0 answers

Unknown directive when adding a new default page in nginx

I am using nginx to host a website and following is the current configuration which is defined at /etc/nginx/sites-available/mysite Config server { listen 80; root /var/www/mysite; index.php index.htm index.html; } Problem is as…
Frank Martin
  • 741
  • 2
  • 12
  • 24
0
votes
1 answer

Default document is not loading- Not getting processed

We have set default document for one website. When we hit IP:port we receive blank page. But if we hit IP:port/Defaultdoc.html it is loading. It seems IIS is not processing the default page. What could be causing this issue. Is it related to some…
Ajo Mathew
  • 175
  • 2
  • 2
  • 11
0
votes
1 answer

IIS7 default document for urlMapped url throws 403 error

Hopefully this all makes sense: I have a Web Application project against an IIS7 server that is "theme-able" using different master pages. As a result of what I am trying to do, the root of the project has no aspx files, so I am using the…
MorningZ
  • 1
  • 2
0
votes
1 answer

Default Document for IIS 7 not viewable

On Windows 2008R2 I'm trying to set up my website so that it can be referenced as http://xyz.com/. It currently works when referenced as http://xyz.com/default.html. I have added Default.html to the Default Document settings and I also checked the…
GISMapper
  • 3
  • 2
0
votes
2 answers

Dummy/default page for apache

I'm trying to set up default page for my apache2, for following cases: User is accessing http://IP_Address instead of hostname Requested protocol (HTTP/HTTPS) is not available (eg. only https://domain.com exists) Currently I've got something like…
Ency
  • 1,231
  • 1
  • 19
  • 27
0
votes
1 answer

Default document not working under IIS 5.1

I have followed all the steps in this posting to setup the IIS. But when I got to the http://domainname/ by itself, it does not load the 'Default Document'. I get: The page cannot be found The page you are looking for might have been removed, had…
SwDevMan81
  • 201
  • 2
  • 3
  • 14
0
votes
1 answer

An IIS web site uses the "default document" list from another web site

We have an IIS 6 on Windows 2008. We have multiple web sites on this server. Two of those sites have the same physical path. - One should have the Default.aspx page as default document ; - The other one should have index_syfab.asp as default…
1
2