php - Wordpress links don't work -


i'm newbie in wordpress , have started use , have problem.
changed permalinks settings
enter image description here
, in admin panel links of pages changed too
enter image description here
when click on link in menu http://mysite/services/, 404 error instead of page.
what's wrong? need change other settings?
use local server winginx.

this problem occurs if mod_rewrite function not working on server, in case can overwrite issue manually editing .htaccess file. should this:

<ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule>


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -