最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

admin - Error 404 Display on otherlinks apart from homepage

programmeradmin0浏览0评论

i transfered wp hosting to godaddy only the homepage displays i get 404 error when click on other links.. (The domain name is hosted on namecheap tho and i changed name server from the former hosting company to godaddy) but just the homepage displays...

i transfered wp hosting to godaddy only the homepage displays i get 404 error when click on other links.. (The domain name is hosted on namecheap tho and i changed name server from the former hosting company to godaddy) but just the homepage displays...

Share Improve this question asked Sep 26, 2019 at 9:32 Steven GeeSteven Gee 1
Add a comment  | 

2 Answers 2

Reset to default 0

If your site uses permalinks, try going to Settings > Permalinks and then click on Save. It will refresh your permalinks and will typically solve the issue.

You have to upload .htaccess file on root folder. First create file with name ".htaccess".

Paste below code to this created file :

# 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

Save and upload on server to root directory.

发布评论

评论列表(0)

  1. 暂无评论