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
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
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 :P
This topic has been closed to new replies.