Thread Starter
Sinaca
(@sinaca)
I believe I solved this. Documenting here in case someone else has the same problem.
Adding a php.ini file with the following to the /wp-admin folder appears to have worked:
memory_limit=128M
Put an index.html file in the root directory that includes just this this:
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”refresh” content=”0;URL=’http://mysite.com/welcome'” />
</head>
</html>
Make sure there are no other files named index in the folder.
Thread Starter
Sinaca
(@sinaca)
moved to appropriate forum