D
D
Danil Namaste2017-01-20 00:03:57
PHP
Danil Namaste, 2017-01-20 00:03:57

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

3 answer(s)
I
Ivan Kozlov, 2017-01-20
@htmlcssverstka

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

A
aarty20, 2017-01-20
@aarty20

re-save permalinks (settings -> permalinks)

M
Mysterion, 2017-01-20
@Mysterion

.htaccess configured?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question