junsuwhy / trelolo.com

MIT License
15 stars 5 forks source link

PHP 版本 readme 要寫清楚 query 方式 #15

Open junsuwhy opened 6 years ago

junsuwhy commented 6 years ago

我在 nginx 的設定檔是用這個去解析網址成 get 變數:

        location / {
                # try_files $uri $uri/ =404;
                try_files $uri $uri/ /index.php?q=$uri&$args;
        }

這樣後面的 /b/xxxxxxxx 才會被當成 get 變數丟到 $_GET['q'] 裡面(學 Drupal 的) 這個要寫在說明裡面

junsuwhy commented 6 years ago

先加上 apache 用的 .htaccess