php - Pages from admin dasboard missing after site migration

i migrated a site which was hosted on wp-engine to my local machine, after the migration in the admin dashboard i saw mo

i migrated a site which was hosted on wp-engine to my local machine, after the migration in the admin dashboard i saw most of the pages are missing. on the wp-engine server, there are 59 pages, but there are just 29 pages after the migration to localhost. i have been stuck with this for a while and unable to figure out whats exactly wrong. Is that a file permissions issue or htaccess issues, i am not sure. Please help me on this to find out what might be wrong or i am missing.

i also tried checking by uninstalling all the plugins to see if that makes any effect, but no luck.

Below is my htaccess code.

Thanks

php_value memory_limit 1024M
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /<sitename>/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /<sitename>/index.php [L]
</IfModule>

# END WordPress

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742291897a4416350.html

相关推荐

  • php - Pages from admin dasboard missing after site migration

    i migrated a site which was hosted on wp-engine to my local machine, after the migration in the admin dashboard i saw mo

    19小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信