我在https服务器上有一个WordPress multisite。在大多数文件中,地址是http还是https都无关紧要。但是,有一个关于Vimeo的页面。address should not be reached through httpsRewriteCond %{REQUEST_URI} /wordpress-page-with-vimeoRewriteRule ^(.*)$ http://wordpress-site.com/$1
我使用以下设置将permalinks设置为Custom Structure:/postCategory/%category%/%postname%/。另外,我将Category Base设置为postCategory。这是行不通的。当我访问帖子页面时,我得到的页面找不到。for posts: example.org/postCategory/%category%/%postname% // this will output page not found
for categories: example.org/postCategory/%category% // this wor