• Help! I have been searching for two days now for an answer.

    Here’s the problem it acts like the wpsetup hack where the website tries to reinstall wp however this is not a new install. Every time I try to work on the site in the dashboard. After a certain amount of time the site will try to get me to reinstall. And it shuts down the whole site I have to wait and eventually I’m able to access the site again but each time I try prior to this I get redirected to the reinstall page.

    I have check permalinks to insure the website is right
    I have turned off the plugins
    I have turned off the themes
    None of these work?!
    I even removed the .htaccess page, but it still happens?
    Anybody have any ideas???

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter rcarp13

    (@rcarp13)

    I’m sorry that was not the htaccess file I was tired and load sometime other than. I have reload the file you have give at current I’m logged out so not sure if it is working.

    Please paste your .htaccess file into this reply, rcarp13. You can enclose it in backticks (), like this:

     line 1
    line 2
    Thread Starter rcarp13

    (@rcarp13)

    straight from the file manager

    <IfModule mod_rewrite.c>
    RewriteEngine On

    # Begin WordPress
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    #End WordPress
    </IfModule>

    Thread Starter rcarp13

    (@rcarp13)

    iPage keeps telling me I have reached my MYSQL query limits

    Then, unfortunately, that’s your problem right there, rcarp13. Your solution is either to find a different host, a different hosting plan such as VPS, which requires considerable technical expertise to administer, or to scale down your operation. If you do seek a different host, you might wish to ask them if they have a limit on database queries.

    Thread Starter rcarp13

    (@rcarp13)

    I was figured this mite be the answer. 😐
    Thank you for you help

Viewing 6 replies - 31 through 36 (of 36 total)

The topic ‘Reinstall Hack Need Help’ is closed to new replies.