简体   繁体   中英

wordpress page links not working it says page not found

Ive uploaded my wordperss website from one to another host everything workds perfectly. onky thing that doesnt work is page links.

this is my .htaccess file.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?coolkid.ge$
RewriteCond %{REQUEST_URI} !^/gf/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /gf/$1
RewriteCond %{HTTP_HOST} ^(www.)?coolkid.ge$
RewriteRule ^(/)?$ gf/index.php [L] 
</IfModule>

home page is working admin is working but other pages not working what do i need to do?

You can follow these steps

  1. Try flushing your mod_rewrite rules:
  2. Dashboard -> Settings -> Permalinks
  3. Save settings (no need to make any changes)

Go to the Dashboard -> Settings -> Permalinks and click save after that remove cache and check. site pages

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM