Answer the question
In order to leave comments, you need to log in
Why are internal Wordpress pages not showing up?
Moved the site to wordpress here - Site
In the database changed the link to the site everywhere. Internal pages won't open. What could be the problem?
Answer the question
In order to leave comments, you need to log in
At the root of the site, where index.php is located, there should be a .htaccess file.
It contains standard lines
# 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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question