S
S
Sergey2017-08-26 11:26:44
PHP
Sergey, 2017-08-26 11:26:44

Why are Magento pages not working?

Installed the latest Magento 2.1.8 the main page is displayed, the rest is not!
The requested URL /contact/ was not found on this server.
php 7 version is worth it, everything fit the requirements!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2017-08-26
@alekskondr

Found a solution
It is necessary to create and register in .htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
And support should be mode_rewrite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question