• Hello everyone,
    I am currently experiencing a problem in where only my homepage and my forums page (which is not part of wordpress obviously) are the only pages displaying. I keep trying to find a solution to this problem, but I am new to wordpress and don’t yet grasp all of the terminology. I have seen several links to where other users from this board will suggest looking to find a solution, but I am having some difficulty understanding things in a step by step fashion. I am trying very hard to have this website issue solved, but I am at a loss. Any help would be immensely appreciated.

    My website link: https://www.exordiumtoys.com

    Thank you,
    Richh

Viewing 7 replies - 16 through 22 (of 22 total)
  • Steve

    (@stevejohnson)

    that’s not the correct file – that’s the wp-config.php file.

    the file you want is named .htaccess, and the contents should look something like this:

    # 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
    Steve

    (@stevejohnson)

    please edit your previous post by clicking on the edit link below your avatar and remove all the contents

    you’ve posted access to your database.

    Thread Starter ExordiumToys

    (@exordiumtoys)

    Oops, I misread what ipstenu said. I am not seeing the file. I am looking under public_html.

    Steve

    (@stevejohnson)

    for security purposes, since you’ve posted the contents of a sensitive file, I HIGHLY recommend that you change your database password and make the change in your wp-config.php file.

    If you wish, you can contact me by email and I’ll continue to help you through this. I can be reached at steve [at] sawtoothid.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What file manager/FTP app are you using to look for it?

    Thread Starter ExordiumToys

    (@exordiumtoys)

    Yeah, let’s use email instead…

    Thread Starter ExordiumToys

    (@exordiumtoys)

    Look for an email from admin [at] exordiumtoys.com

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Permalinks issue – Pages not showing up’ is closed to new replies.