hbdoy / PHP_Blog_API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP_Blog_API

詳細規格請看

https://hackmd.io/s/H1ct7kemW

使用須知

Example

127.0.0.1/login

127.0.0.1/posts

http://hbdoy.esy.es/

But

  1. 注意.htaccess放的位置。
  2. 如果要修改 rewrite 引導規則,須注意切割 URI 出來的陣列索引要調整。

.htaccess

<IfModule rewrite_module>
    # 轉向 test.php
    RewriteRule ^((?s).*)$ PHP_Blog_API/index.php [nc,qsa]
</IfModule>

尚未完善

  • error 訊息
  • http status code
  • 跨域問題

About


Languages

Language:PHP 98.0%Language:ApacheConf 2.0%