rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

nginx.htaccess (290B)


      1 location /oauth2callback {
      2 rewrite ^(.*)$ /[PFAD_TO_PROJECT]/core/backend/admin/modules/modul_g-plus-login/handle.php redirect;
      3 }
      4 location / {
      5 if (!-e $request_filename){
      6 rewrite /^([^\.]+)$ /$request_uri.php;
      7 }
      8 if (!-e $request_filename){
      9 rewrite api/v1/(.*)$ /core/api/v1/api.php break;
     10 }