rapidphp Download and install

Source: Internet
Author: User

#安装rapidphp Requirements for the operating environment

PHP 5.4 and above, including 5.4, support PHP7, dependency package, PHP-CURL,PHP-MYSQL,PHP-GD

Download website

http://rapidphp.gx521.cc/

GitHub download

https://github.com/wgx954418992/rapid-php

#配置

Basic Configuration

All the configuration files used by the rapidphp framework are stored in the Rapid/ config directory. Each configuration item has a document description, so read through all the profiles to familiarize yourself with all the available configuration items.

Directory Permissions

After installing rapidphp, you may need to configure directory permissions. The Web server needs to have write access to all directories under the running directory.

pseudo-Static

Apache

The rapidphp framework comes with .htaccess files to remove from the URL index.php . If you are using Apache to run your rapidphp app, be sure to enable the Apache mod_rewrite module.

Nginx

In Nginx, the following instructions can be placed in the site configuration file to achieve the function of beautifying the link:

Location/ {    /index.php? __route__=$1 Last ;
}

rapidphp Download and install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.