Question : cannot see hello.html file in web root, some one deleted a major dir bit on web root

was handed a legacy site that some one else broke then ran away, have got into the cpanel and loded up a simple hello.html page to test the site but when i load the URL/hello.html it comes up and asks for the log in verification to the cpanel . the site has had a WP site loaded over the old site if this helps, but even if word press has been loaded the system should still see a hello.html file in the root any ideas would be appreciated to go foward thanks
 I can log into the cpanel and that works ok can up load files but just cannot see them
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request

Answer : cannot see hello.html file in web root, some one deleted a major dir bit on web root

you seem to want a SUM() and not AVG() also..?
1:
2:
3:
4:
5:
6:
7:
8:
SELECT  t.Account
      , AVG(t.Count) AS AvgCount
      , SUM(t.Count) AS SumCount
      ,(Datename(ww,getdate()) + '  ''' + Datename(yy,getdate())) as Period
 FROM tblHFBYACC t       
 WHERE Datename(Year,getdate()) >= (Datename(Year,getdate()) + (DatePart(ww, getdate()) - 1) - 52)
 GROUP BY  t.Account
Random Solutions  
 
programming4us programming4us