• Matys1001

    (@matys1001)


    Hello !

    I’m having a strange problem with permalinks ?? when i use %postname% or %post_id% as a structure of my permalinks on the main page of my store the “next page” displays nothing found.

    But when i go into any category it works fine, only the main page doesnt work.
    However, If i use the defoult permalinks such as “https://raskon.pl/?p=123”
    The whole website is working fine ??

    Ive been trying to change a little of httcaccess file but i dont know how ?? First time doing this. My .httc looks that

    # 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

    Could you help me ?? ? Oh and the website is https://www.raskon.pl/sklep

Viewing 15 replies - 1 through 15 (of 16 total)
  • Are you have the module rewrite actived?

    Thread Starter Matys1001

    (@matys1001)

    What do you exactly mean xD How can i check that and if not activate xD ?

    But look when you go into this category for example
    https://raskon.pl/sklep/odziez-robocza-i-ochronna/

    you can feel free and chang pages as you wish xD so i think it works good , but just not for the main products page xD

    The website redirect https://raskon.pl/sklep/page/2 to https://raskon.pl/sklep/2. Try install this plugin:

    https://www.ads-software.com/extend/plugins/monkeyman-rewrite-analyzer/

    Test this url sklep/page/2 and see the result.

    Thread Starter Matys1001

    (@matys1001)

    hm i dont know exactly what does it mean so im giving you print screen xD

    https://imageshack.us/photo/my-images/266/monkeya.jpg/

    Could you check that xD and tell me what to do ?

    Its something wrong, he must put 2 in page. Maybe did you create a page with the name sklep?

    Thread Starter Matys1001

    (@matys1001)

    Hm, i created the page that name is sklep, thats why its named like that ??

    But it doesnt change anything,
    first time when i installed the theme it was named products-page and it was also didnt work like now ??

    I was without a WordPress installation. Now I tested the rewrite rules with the plugin. It should take this rule:

    (.?.+?)/page/?([0-9]{1,})/?$

    And it take this:

    (.?.+?)(/[0-9]+)?/?$

    I don’t know why. Maybe some code ‘delete’ the rule.

    Thread Starter Matys1001

    (@matys1001)

    Wow ! thanks, but could you pls tell me where should i change that xD ?
    IN htcaccess or where becouse i dont see anything like that in that file ??

    I don’t must change the htaccess. The wordress manage the rewrite rules internally. Read it:

    https://codex.www.ads-software.com/Rewrite_API

    You must looking for where has a changing of the default rules. Probally this is the problem.

    Thread Starter Matys1001

    (@matys1001)

    Hey my rerite.php looks like that, could check that xD ?

    [1934 lines of core code moderated]

    esmi

    (@esmi)

    This is not a core WordPress issue.

    I agree. In some additional (theme or plucan) code, maybe the rules was altered.

    Thread Starter Matys1001

    (@matys1001)

    ?? then how am i supposed to find that xD ?
    where should i search ? This theme is Mazine and its using wp-ecomerce plugin as a shop ??

    esmi

    (@esmi)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Matys1001

    (@matys1001)

    Hm i dont have any plugins installed in there only wp-ecommerce so if i disable this the whole store wont work xD

    I got the same problem on other site and its after i install the theme so its something inside the theme or wp-ecommerce i guess ??
    Not the plugins i guess ??

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