Siteyi taşıdıktan sonra admin panelde ve anasayfada sorun yok kategori ve yazılara tıklandığında aşağıdaki hatayı verdi.
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Edit: .htacces düzenledim sorun çözüldü
# 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