• Resolved Timothy

    (@seahawknationblog)


    Since 3.1 update 1 hour ago everything seems to be prefectly fine except i cannot go to a category page?
    The funny thing is it stays on the front page and still shows the Category Name in the URL and is on the front page?

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter Timothy

    (@seahawknationblog)

    Heres Rewrite rules in .htaccess file, but i dont see anything funny, only started after upgrade, worked fine before?

    #sitemap
    RewriteRule ^sitemap.xml$ wp-includes/ms-files.php?file=sitemap.xml [L]
    RewriteRule ^sitemap.xml.gz$ wp-includes/ms-files.php?file=sitemap.xml.gz [L]
    RewriteRule ^robots.txt$ wp-includes/ms-files.php?file=robots.txt [L]

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>

    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    FileETag None

    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript

    # Or, compress certain file types by extension:
    <Files *.html>
    SetOutputFilter DEFLATE
    </Files>

    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$”>
    Header set Expires “Thu, 31 Dec 2037 23:55:55 GMT”
    Header set Cache-Control “public,max-age=315360000”
    Header set Vary “Accept-Encoding”
    </FilesMatch>

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?undsoft\.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?yandex\.net/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?feedburner\.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?mail\.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.+\.)?seahawknationblog\.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^$ [NC]
    RewriteRule .*\.(jpe?g|gif|bmp|png)$ – [F]

    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*seahawknationblog.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^https://%{REMOTE_ADDR}/$ [R=301,L]

    <IfModule pagespeed_module>
    ModPagespeed on
    ModPagespeedDomain https://seahawknationblog.com
    ModPagespeedEnableFilters extend_cache
    ModPagespeedEnableFilters collapse_whitespace
    ModPagespeedEnableFilters combine_css
    ModPagespeedEnableFilters inline_css
    ModPagespeedEnableFilters rewrite_javascript
    ModPagespeedEnableFilters rewrite_images
    ModPagespeedEnableFilters insert_img_dimensions
    ModPagespeedEnableFilters remove_comments
    ModPagespeedEnableFilters remove_quotes
    </IfModule>

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You may need to let WP regenerate your .htaccess.
    https://dre.im/if-pages-return-a-404-after-wordpress-3-1-upgrade

    Thread Starter Timothy

    (@seahawknationblog)

    None of those tricks worked tried them all 3 times with no luck, also im not getting a 404 error or error, i get this:https://seahawknationblog.com/category/seattle-seahawks/
    Goes right to the front page and shows up fine with this URL extension??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Do they work without pretty permalinks?

    Thread Starter Timothy

    (@seahawknationblog)

    Yes but this is what the category link looks like below??
    I definitely don’t like it at all

    https://seahawknationblog.com/category/ncaa-football/?taxonomy=category&term=ncaa-football

    Thread Starter Timothy

    (@seahawknationblog)

    Im moving it back to month name

    Thread Starter Timothy

    (@seahawknationblog)

    No One?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Please consider being a little more patient.

    Your wordpress calls in .htaccess are wrong. Or rather they’re partly old.

    Grab the right one from here: https://codex.www.ads-software.com/Create_A_Network#.htaccess_and_Mod_Rewrite

    Make your .htaccess JUST the wordpress calls and see if they work.

    If that doesn’t help, try turning off your plugins.

    Thread Starter Timothy

    (@seahawknationblog)

    Wp-includes/vars.php?
    Did this file change? I remember doing something years ago to fix this problem but cant for the life of me remember?

    Thread Starter Timothy

    (@seahawknationblog)

    No luck sir, it did not work?

    Thread Starter Timothy

    (@seahawknationblog)

    Okay turned off all plugins still nothing works tried all the steps mentioned?

    Thread Starter Timothy

    (@seahawknationblog)

    Anyone have any more ideas aside from the ones already tried above?

    Thread Starter Timothy

    (@seahawknationblog)

    Hopefully we can figure out why this is happening and get it fixed soon?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Are you using the Simple Tags plugin?

    Thread Starter Timothy

    (@seahawknationblog)

    Yes i am?
    I have already disconnected the plugin, then i’ve deleted the htaccess then reinstalled wordpress, everything still does not work?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Categories not working stays on front page?’ is closed to new replies.