Jump to content

MGB

Friends
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MGB reacted to OctoDev in REST API - For nginx?   
    Anyone got the rewrite rule for nginx?
     
    For apache etc:
     
    <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /api/ RewriteRule .* index.php [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] </IfModule>  
×
×
  • Create New...