• THis is really buggin me!! I’ve been having so many problems wiht this damn previous links button.

    I tried chanigng my permalinks structure to pretty many times. But the name thing wasn’t working out. So I decided to just go back to the regular default permalinks structure.

    But now it seems to not be workin on the main index page. It just loads the index page again.

    But if you click on the archives page for august.. the link works with that page. Whats going on?

    This is really bugging me.. I’ll be willign tp pay anyone who can figure it out. Paypal!

    thanks.
    vega

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter funkyvega

    (@funkyvega)

    here is what my htaccess file looks like:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^freshbasilcrew.funkybasement.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.freshbasilcrew.funkybasement.com$
    RewriteRule ^(.*)$ https://www.freshbasilcrew.com [R=301,L]

    back when i wanted the pretty links, they said to add /index.php to teh front of the structure in order for everythign to work.

    Is that what this “RewriteRule . /index.php [L]” line is?

    I’ve tried to erase this.. and rebuild it many times by hitting update on teh permalinks page, but it still doesnt work.

    Whast the deal?

    Thread Starter funkyvega

    (@funkyvega)

    oh yea. i didnt mention in the first post. https://www.freshbasilcrew.com is my site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“previous entries” link works on archives page.. but not on main index page.’ is closed to new replies.