Codeigniter white page -


Strange issue: Last night I changed the order and CNA for my site's CI site. Now that the changes have been promoted and the site has been shut down for a new server, domain.com just gives an empty page. There is nothing in the CI log (set to level 3) even in a CI root index.php a 'die' ('test') is not visible.

However, the domain.com/index.php homepage looks just fine and all other pages are still fine on those pages, the index.php URL is not recalculated

My HTACAC (doubt this is the problem)

  rewrite / rewrite the rewrite engine at %% {REQUEST_FILENAME}! -R Revoked code% {REQUEST_FILENAME}! -d Recovery code $ 1! \. (Gif | jp? G | png) $ [nc] rewriteual ^ (. *) $ / Index.fp ?? 1 [L]  

Can this be a type of DNS problem? When I ping domain.com, I get 100% packet loss.

  --- domain.com Ping Statistics --- 10 packet transmit, 0 packets received, 100% packet loss  

Fixed - The problem was caused by a blank index.html file in the root. Hope this will help in any one day.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -