問:
如上所說,現在首頁能打開,但是內頁電腦上刷新有時能打開,有時打不開,用手機打開,首頁能打開,內頁咋呢么也打不開了!,網站剛剛升級了服務器,現在內頁打不開了!
問:
答:您好,
之前是該站點根目錄www下沒有偽靜態規則文件.htaccess導致,為您從升級前的服務器拷貝了該文件到主機www目錄下,目前測試訪問站點內容頁已經可以正常打開,請您現在測試;非常感謝您長期對我司的支持!
問:你好,我按照指示,上面最上面是偽靜態,然后是不帶www的域名跳轉到www的,然后是http跳轉到https,現在發現網站打不開了.htaccess<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php?$0 RewriteCond %{HTTP_HOST} ^hanoujy.com$ RewriteRule ^(.*)$ http://www.hanoujy.com/$1 [R=301,L] RewriteCond %{HTTP:From-Https} !^on$ [NC] RewriteCond %{HTTP_HOST} ^(www.)?hanoujy.com$ [NC] RewriteRule ^(.*)$ https://www.hanoujy.com/$1 [R=301,L]</IfModule>ErrorDocument 404 /404.html
答:您好,
問: ping網站一直超時是怎么回事啊
答:您好,
主機所在ssl節點是設置了禁ping的,因此無法ping通,但不影響站點訪問;非常感謝您長期對我司的支持!
問:你好,目前網站可以打開,但是按照上面規則,偽靜態及http跳轉https發現 打開http://www.hanoujy.com/q-489.html 跳轉到了 https://www.hanoujy.com/index.php?q-489.html
問題:為何不是,http://www.hanoujy.com/q-489.html 跳轉到 https://www.hanoujy.com/q-489.html呢? 這里求助下,感謝!
問:.htaccess<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php?$0 RewriteCond %{HTTP_HOST} ^hanoujy.com$ RewriteRule ^(.*)$ http://www.hanoujy.com/$1 [R=301,L] RewriteCond %{HTTP:From-Https} !^on$ [NC] RewriteCond %{HTTP_HOST} ^(www.)?hanoujy.com$ [NC] RewriteRule ^(.*)$ https://www.hanoujy.com/$1 [R=301,L]</IfModule>ErrorDocument 404 /404.html我是這樣寫的規則
答:您好,