- 摘要
- Easily configure and preview mobile apps with our intuitive App Builder plugin, ideal for WordPress users. Import pre-designed templates and enable PHP HTTP authorization on shared hosts or WP Engine.
应用构建器的工作方式与WordPress中的热门页面构建器相同,但它有一个特殊的UI/UX界面,方便您轻松配置和预览移动应用程序。App source code
- []
- 导入预设计模板
要启用此选项,您需要编辑您的.htaccess添加文件时,请务必遵循以下步骤:
代码:
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) -
代码:
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1