• I’ve searched the forum for a fix, but I have yet to find something.

    I’ve created static pages, but when i publish them, clicking on the link to the static pages just goes right back to my index.php.

    Take a look

    https://www.tnatf.com

Viewing 1 replies (of 1 total)
  • Look at your htaccess file. Its looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    If not same to the code that I show you, try to change them, maybe the htaccess is the problem.

    Another Idea: Make the permalinks again. Try this ??

Viewing 1 replies (of 1 total)
  • The topic ‘Static pages redirect to index.php’ is closed to new replies.