Viewing 15 replies - 1 through 15 (of 35 total)
  • Thread Starter jdk291

    (@jdk291)

    so if i change my permalink structure to default that resolves the issue… but I cannot do this as all the links to my site will no longer work. i need to keep my permalinks as /%year%/%monthnum%/%postname%/

    anyone know what would cause this?

    this is turning into a diary.
    is anyone out there?

    would appreciate some advice…

    Diary…hehe.

    This could be a mod_rewrite issue which is not your fault but your server’s fault.

    This is where it gets weird.

    Your post URLs work fine which leads me to beleive that mod_rewrite is on…

    Try asking your server:
    Do you have ‘mod_rewrite’ enabled? Thank you.

    Same problem with me BUT ONE Thing is very important …

    its only with MAIN PAGE.
    if we click on our categories page and then click on « Previous Entries
    its work A ONE AND GOOD.

    Thread Starter jdk291

    (@jdk291)

    @plz.help.me
    thanks for the response. i have been looking around the forum and notice some topics speak of .htaccess with regard to this type of error… i look in my .htaccess and see:

    <IfModule mod_rewrite.c>
    RewriteEngine On

    not sure about my server.. may have to give em a call. what answer am I looking for though? should my server have mod_rewrite enabled?

    THANKS AGAIN!

    @taqskt – not sure i follow…?

    Thread Starter jdk291

    (@jdk291)

    Here are the other issues i have been dealing with recently… maybe this will provide some context.

    http://wordpress.org/support/topic/350327?replies=5

    http://wordpress.org/support/topic/350313?replies=3

    thanks for your help.

    Hello again,

    Just because your .htaccess says that, it does not mean ‘mod_rewrite’ is on, it basically is saying:

    Hey! If mod_rewrite is allowed on this server, turn it on so this redirect code will work. Thanks.

    Just in a more complex way :D. I am going to read your links.

    I saw the links however it says you solved it…

    and yes, it should definitely have mod_rewrite enabled.

    I recently got mine enabled.

    Thread Starter jdk291

    (@jdk291)

    thanks plz.help.me ill look into the mod_rewrite with my webhost to be sure, but this website has been running fine. it doesnt seem like they would have recently turned mod_rewrite off recently to cause this issue….

    yeah, i figured out the other two issues. i just gave the links thinking maybe something i did then caused this issue… background i guess.

    anyone else have any ideas?

    i am already try to enable the rewriterule with .htaccess but its not working. help us

    I AM ALSO TRY THIS CODE

    RewriteCond %{HTTP_HOST} !^domain.com [NC]
    RewriteCond %{HTTP_HOST} ^(www.)?([^.]+).domain.com [NC]
    RewriteRule ^$ /fake_subdomain.php?page=tag&tag=%2 [L]

    ITS NOT WORKING

    ONE OF CODE WHICH I FOUND THROUGH SEARCH CHECK IF IT WORK WITH YOUR PROJECT.

    RewriteCond %{HTTP_HOST} .
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule (.*) http://www.weathat_com/$1 [R=301,L]
    RewriteEngine On
    RewriteBase /

    Several things to try:
    Update your permalinks via Administration > Settings > Permalinks.

    If that doesn’t work, deactivate all plugins and change to the WordPress Default theme.

    Thread Starter jdk291

    (@jdk291)

    @taqskt

    http://codex.wordpress.org/Using_Permalinks This is helping me understand this a bit better

    @michaelh

    Update your permalinks via Administration > Settings > Permalinks.

    Is there a specific action that ‘updates’ permalinks? I have already changed to the default and the problem goes away — but this is not an option because I dont want to break links that exist on the web.

    If that doesn’t work, deactivate all plugins and change to the WordPress Default theme.

    …and then bring them all back on and everything will be fine? I cant switch to the default.

    Thread Starter jdk291

    (@jdk291)

    @taqskt

    Same problem with me BUT ONE Thing is very important …

    its only with MAIN PAGE.
    if we click on our categories page and then click on « Previous Entries
    its work A ONE AND GOOD.

    Yeah – I notice that mine is doing that too – only i looked at the monthly archives – it is only the main page. I misunderstood what you wrote the first time I read it.

    If custom permalinks work but you’re getting 404’s on some pages, then that’s usually an indication that the theme’s template for displaying that given page (be it an archive page, tag page, post page, or whatever) is not correctly coded for “paging” the results..

    That’s a template issue, not a permalink one..

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘2nd page of posts not there – 404 – link to previous/older posts’ is closed to new replies.