admin管理员组文章数量:1335580
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
本文标签: phpPages from admin dasboard missing after site migration
版权声明:本文标题:php - Pages from admin dasboard missing after site migration 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742291897a2447958.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论