Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: No one can access our website today using http, but can with https We arrived at work this morning to find our website was 'down'. It loads a blank white page with no messages at all.

@LarsenBagley505

Posted in: #Http #Https

We arrived at work this morning to find our website was 'down'. It loads a blank white page with no messages at all. It worked fine last night and we have made no changes. (I am the only one who has access to make changes.)

It is very odd in that I can access it if I use the https prefix but, as soon as I try to use the normal http prefix (or click on any link on the https page that loaded), I get the blank white page. I am using Firefox but have tried in IE as well. I have tried from two different local computers and people have tried from elsewhere in the country with the same results. I have also tried with Safari on Verizon's network. So I believe I have eliminated our local machines and our ISP from the equation. If it matters, I have also tried pinging our website from a command line and it responds quickly with no packets lost.

Our hosting company (Powweb) initially told us they can view the site just fine from their end but, upon hearing all the information from above, they escalated it to their top support priority level. However, they have been looking at it for several hours.

Question: No one can access our website today using http, but can with https- given the provided information, what could cause this and what do we need to do to fix the problem?

This is catastrophic because we're an online retail sales company and it's the Christmas season! Someone please help!!

Here is some configuration info:

CGI Active

FrontPage Extensions No

Logs www.powweb.com/controlpanel/LogFiles.bml
Platform Type Debian

MySQL Version 5.5.32

Perl Version 5.8.8

PHP Version 5.3

Sendmail Path /usr/sbin/sendmail

Perl Path /usr/bin/perl

PHP Path /usr/local/bin/php

Nothing has changed with the .htaccess file in over a month. (I can see that from the date stamp.) Here are the .htaccess file contents though:

DirectoryIndex index.php


ErrorDocument 404 /404notfound.php


Options +FollowSymLinks +Indexes


<IfModule mod_headers.c>
<FilesMatch ".(js|css|xml|gz)$">
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule>
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$">
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 30 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/html "access plus 1 week"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>
Header unset ETag
FileETag None
</FilesMatch>
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
# Or, compress certain file types by extension:
<files *.html>
SetOutputFilter DEFLATE
</files>
RewriteEngine On
# view counter trap anyone trying to access admin #RewriteCond %{REQUEST_URI} "/admin/" #RewriteRule (.*) view_counter_trap.php [L]
# Begin Ultimate SEO V2.2d
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=&%{QUERY_STRING}
RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=&%{QUERY_STRING}
RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=&%{QUERY_STRING}
RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=&%{QUERY_STRING}
RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=&%{QUERY_STRING}
RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=&%{QUERY_STRING}
RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=&%{QUERY_STRING}
# IOSC mobile site
RewriteRule ^(.*)-mby-(.*).html$ mobile/all-products.php?fl=&%{QUERY_STRING}
RewriteRule ^(.*)-mp-(.*).html$ mobile/product_info.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mc-(.*).html$ mobile/catalog_mb.php?cPath=&%{QUERY_STRING}
RewriteRule ^(.*)-mm-(.*).html$ mobile/catalog_mb.php?manufacturers_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mpi-(.*).html$ mobile/popup_image.php?pID=&%{QUERY_STRING}
RewriteRule ^(.*)-mt-(.*).html$ mobile/articles.php?tPath=&%{QUERY_STRING}
RewriteRule ^(.*)-ma-(.*).html$ mobile/article_info.php?articles_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mau-(.*).html$ mobile/articles.php?authors_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mpr-(.*).html$ mobile/product_reviews.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mpri-(.*).html$ mobile/product_reviews_info.php?products_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mf-(.*).html$ mobile/faqdesk_info.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mfc-(.*).html$ mobile/faqdesk_index.php?faqPath=&%{QUERY_STRING}
RewriteRule ^(.*)-mfri-(.*).html$ mobile/faqdesk_reviews_info.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mfra-(.*).html$ mobile/faqdesk_reviews_article.php?faqdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mi-(.*).html$ mobile/information.php?info_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mlinks-(.*).html$ mobile/links.php?lPath=&%{QUERY_STRING}
RewriteRule ^(.*)-mpm-([0-9]+).html$ mobile/info_pages.php?pages_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mnc-(.*).html$ mobile/newsdesk_index.php?newsPath=&%{QUERY_STRING}
RewriteRule ^(.*)-mnri-(.*).html$ mobile/newsdesk_reviews_info.php?newsdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mnra-(.*).html$ mobile/newsdesk_reviews_article.php?newsdesk_id=&%{QUERY_STRING}
RewriteRule ^(.*)-mpo-([0-9]+).html$ mobile/pollbooth.php?pollid=&%{QUERY_STRING}
RewriteRule ^(.*)-mn-(.*).html$ mobile/newsdesk_info.php?newsdesk_id=&%{QUERY_STRING}
# End Ultimate SEO V2.2d
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
#<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
# php_value register_globals 1
#</IfModule>
IndexOptions -FancyIndexing
# Begin IP deny by View Counter from oscommerce-solution.com order allow,deny
deny from 220.181.108.102
deny from 180.76.5.220
deny from 180.76.6.41
deny from 180.76.6.159
deny from 180.76.6.55
deny from 180.76.5.168
deny from 180.76.5.177
deny from 180.76.5.199
deny from 180.76.6.130
deny from 180.76.5.59
deny from 180.76.6.14
deny from 180.76.5.201
deny from 180.76.6.154
deny from 180.76.6.17
deny from 180.76.5.145
deny from 180.76.5.204
deny from 106.120.173.105
deny from 185.10.104.196
deny from 180.76.5.23
deny from 180.76.5.147
deny from 180.76.5.114
deny from 180.76.5.29
deny from 180.76.6.133
deny from 217.69.135.249
deny from 180.76.5.189
deny from 180.76.5.71
deny from 180.76.5.97
deny from 180.76.6.16
deny from 220.181.108.169
deny from 123.125.71.19
deny from 123.125.71.98
deny from 220.181.108.108
deny from 220.181.108.96
deny from 180.76.6.40
deny from 123.125.71.109
deny from 123.125.71.91
deny from 217.212.224.181
deny from 180.76.6.65
deny from 123.125.71.40
deny from 220.181.108.111
deny from 220.181.108.115
deny from 220.181.108.152
deny from 180.76.5.173
deny from 123.125.71.59
deny from 183.60.214.51
deny from 183.60.212.146
deny from 123.125.71.39
deny from 180.76.6.147
deny from 123.125.71.110
deny from 123.125.71.70
deny from 180.76.6.66
deny from 123.125.71.30
deny from 180.76.5.99
deny from 220.181.108.106
deny from 220.181.108.95
deny from 180.76.6.150
deny from 220.181.108.116
deny from 180.76.6.43
deny from 180.76.5.94
deny from 180.76.6.144
deny from 220.181.108.162
deny from 180.76.5.155
deny from 123.125.71.20
deny from 123.125.71.27
deny from 180.76.5.39
deny from 220.181.108.161
deny from 220.181.108.112
deny from 180.76.6.51
deny from 180.76.5.195
deny from 220.181.108.101
deny from 180.76.6.225
deny from 123.125.71.114
deny from 220.181.108.97
deny from 180.76.5.202
deny from 180.76.6.232
deny from 220.181.108.163
deny from 180.76.5.196
deny from 123.125.71.38
deny from 220.181.108.159
deny from 123.125.71.17
deny from 220.181.108.177
deny from 180.76.5.198
deny from 180.76.5.61
deny from 180.76.5.76
deny from 123.125.71.57
deny from 220.181.108.77
deny from 220.181.108.185
deny from 180.76.5.146
deny from 123.125.71.85
deny from 123.125.71.99
deny from 220.181.108.88
deny from 123.125.71.25
deny from 180.76.5.152
deny from 220.181.108.91
deny from 123.125.71.95
deny from 220.181.108.80
deny from 123.125.71.52
deny from 220.181.108.178
deny from 123.125.71.116
deny from 220.181.108.158
deny from 123.125.71.26
deny from 220.181.108.114
deny from 180.76.6.153
deny from 220.181.108.168
deny from 220.181.108.75
deny from 220.181.108.154
deny from 123.125.71.106
deny from 220.181.108.166
deny from 220.181.108.181
deny from 180.76.5.221
deny from 180.76.6.156
deny from 180.76.5.190
deny from 180.76.5.95
deny from 180.76.6.141
deny from 220.181.108.144
deny from 220.181.108.123
deny from 123.125.71.94
deny from 180.76.5.63
deny from 123.125.71.97
deny from 123.125.71.50
deny from 180.76.5.154
deny from 180.76.5.100
deny from 180.76.6.134
deny from 180.76.6.148
deny from 220.181.108.109
deny from 180.76.5.143
deny from 180.76.5.203
deny from 180.76.6.151
deny from 180.76.5.116
deny from 220.181.108.176
deny from 180.76.6.42
deny from 180.76.5.197
deny from 180.76.5.96
deny from 123.125.71.48
deny from 180.76.5.66
deny from 180.76.6.36
deny from 180.76.6.146
deny from 123.125.71.53
deny from 180.76.5.149
deny from 123.125.71.88
deny from 123.125.71.0/24
deny from 180.76.5.30
deny from 180.76.6.46
deny from 180.76.6.61
deny from 180.76.6.64
deny from 220.181.108.93
deny from 220.181.108.172
deny from 180.76.5.0/24
deny from 180.76.6.0/24
deny from 220.181.108.0/24
deny from 185.10.104.195
deny from 5.9.125.26
deny from 217.69.135.250
deny from 217.69.135.252
deny from 217.69.135.248
deny from 217.69.134.79
deny from 218.30.103.125
deny from 61.135.189.191
deny from 220.181.125.178
deny from 46.236.24.51
deny from 183.60.213.51
deny from 178.255.215.90
deny from 144.76.137.226
deny from 144.76.95.39
deny from 88.198.16.153
deny from 46.165.197.151
deny from 62.212.73.211
deny from 82.156.1.180
deny from 178.255.86.1
deny from 184.107.239.2
deny from 198.143.158.202
deny from 217.69.135.246
deny from 185.10.104.131
deny from 217.69.135.247
deny from 217.69.135.251
deny from 178.255.215.66
deny from 180.153.236.192
deny from 5.9.127.154
deny from 180.153.236.183
deny from 85.214.138.248
deny from 89.145.95.2
deny from 89.145.95.42
deny from 115.118.128.202
deny from 192.111.150.186
deny from 173.208.245.108
allow from all

# End IP deny by View Counter from oscommerce-solution.com

10% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme