Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gopaldass

    (@gopaldass)

    Just a quick update –

    I logged into the PhPMyAdmin and exported the database of the above mentioned blog which is currently not working. Then I made a new installation of WordPress and imported this blog. I made sure I updated the blog addresses in the database to match the new address.

    When I visit the new blog e.g. http://www.dhyaandesign.com/thenewblog I still get a white screen. However, small progress: when i add the wp-admin I am able to login and access all my content intact.

    I noticed that this time round the .htaccess created by wordpress was blank, so I added the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /the_blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /the_blog/index.php [L]
    </IfModule>

    # END WordPress

    However, no difference. I am happy to see my posts/comments again! Now just to get it up and running. Any help appreciated!

    Regards,
    Abhay

    Thread Starter gopaldass

    (@gopaldass)

    Ah… one last very significant update.

    When I typed in this URL:
    http://www.dhyaandesign.com/blog/wp-login.php

    I was able to login to the blog and see all my data and everything perfectly. However, still get a blank screen http://www.dhyaandesign.com/blog/ and the wp-admin still does a URL redirect.

    I don’t know much about these things, but based on what little I have learnt in the past 6 hours, it seems to be a .htaccess problem? Is that correct?

    For now, Im just happy I can login to my blog again!

    Thread Starter gopaldass

    (@gopaldass)

    And… the blog is back!

    I still don’t know what the problem was, but hopefully this might give you a clue:

    – Once I was able to login and access the back-end, I had a look at the themes. As I mentioned I had deleted the new one via FTP thinking it might solve the problem. WordPress was letting me know that it had resorted to using the default theme. However, the front-end was a white screen.

    So I reinstalled the new theme once again and lo-and-behold everything was up and running once again. I cannot define the exact nature of the problem but I hope if anyone who is an expert reads this, they might get a sense of what happened. I’ve left a public trail of what I did just in case anyone has the same problem.

    And finally, I made 4 separate wordpress installs in different directories of my hosting account yesterday and was doing a lot of work on them, but I cannot think why this would affect my blog which had been running for a year.

    Kind regards,
    Abhay

    Alwyn Botha

    (@123milliseconds)

    Hi Abhay

    Please mark this public trail thread as resolved so that

    – others with similar problem can see it as resolved and will read this thread for help if they have similar problem

    – people providing help see it as resolved and will not waste time reading this post.

    Thread Starter gopaldass

    (@gopaldass)

    There you go.

    Hope this record is useful for someone else who experiences the same set of problems.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White screen URL redirect (tried everything) – Please help’ is closed to new replies.