centos wordpress the requested URL was not found on this server,

Solution:

Adding this in .htaccess solved the problem

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]