• I have a problem with pretty permalinks. The default and the numeric permalinks work good. But with any other one, for some pages I get the 404 not found.

    Is there a way I can fix this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • jack randall

    (@theotherlebowski)

    are you using the correct format? if you are and it’s still not working then you may have a problem with your .htaccess file and it’s re-write rule.

    Thread Starter Dimu

    (@cry0nics)

    From the permalinks I chose the “post name” permalink. I have a plugin that displays, for example, 3 pages. The first page always works, but all other pages are “404 not found”. Only with the default and the numeric permalink the other pages can be displayed.

    I talked to the theme developer and he said that it is a problem in my permalinks cause for other theme-users this worked.

    My .htaccess looks like

    # 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

    More specific: with “post name” permalink, the address click does not exist, but with numeric permalink, this one works: click (notice that it looks the same)

    jack randall

    (@theotherlebowski)

    have you tried the permalinks without the plugin? also, what’s the plugin you’re using?

    Thread Starter Dimu

    (@cry0nics)

    Maybe “plugin” is not the right keyword. It comes with the theme, I just used the shortcode on a normal page (something like [wp-clanwars] on a normal WP page)

    jack randall

    (@theotherlebowski)

    you’re using themeforest’s game addict theme, you’ll need to get in touch with them to find out why it’s mishandling permalinks.

    if you’re up to date with your wordpress install (v4.0) then maybe the theme isn’t? or perhaps there’s a conflict between the theme and any other plugins you may on onsite. check with themeforest.com though, it sounds like their theme’s the problem…

    Thread Starter Dimu

    (@cry0nics)

    I already checked with themeforest. They said that because it works with default permalink it is my problem and not theirs. This is why I was hoping to get some help here.

    It has nothing to do with other plugins as I disabled all of the to check. Same problem.

    Thank you for your time !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fixing Permalinks’ is closed to new replies.