Emlog for SAE is a modified version of emlog suitable for Sina sae.
Template part: The template is compatible with all emlog official templates. Plug-in part: Under normal circumstances, emlog official plug-ins can also be used directly. However, plug-ins that require uploading images or files still need to be modified before they can be used. To upload images, you can use SAE's storage. At the same time, this program occupies a domain named "upload" and can be used directly. Album and highslide plug-ins have been integrated.
Steps and conditions for installing Emlog in Sina SAE: 1. Start Mysql; 2. Turn on KVDB (storage cache); 3. Open Storage and create a domain named upload 4.Add the following 2 lines of rewrite rules to config.yaml (this step can be omitted, the source code package is already included): - rewrite: if (!is_dir() && !is_file() && path ~ "/20(.*).(rar|zip|gif|jpg|jpeg|png|bmp)$" ) goto "/gostor.php? url=$1.$2" - rewrite: if (!is_dir() && !is_file() && path ~ "/admin/20(.*).(rar|zip|gif|jpg|jpeg|png|bmp)$" ) goto "/gostor. php?url=$1.$2" - rewrite: if (!is_dir() && !is_file() && path ~ "/(.*)" ) goto "/index.php/$1" 5. Open robots.txt and change the sitemap address to your own address! 6. Run http://appname.sinaapp.com/install.php for blogger settings. After the installation is complete, you need to delete install.php through SVN, otherwise it may be reset!