View | Details | Raw Unified | Return to bug 18175
Collapse All | Expand All

(-)a/etc/koha-httpd.conf (-2 / +1 lines)
Lines 123-129 Link Here
123
       RewriteBase /api/
123
       RewriteBase /api/
124
       RewriteCond %{REQUEST_FILENAME} !-f
124
       RewriteCond %{REQUEST_FILENAME} !-f
125
       RewriteCond %{REQUEST_FILENAME} !-d
125
       RewriteCond %{REQUEST_FILENAME} !-d
126
       RewriteCond %{DOCUMENT_ROOT}/../api/$1/app.pl -f
126
       RewriteCond __API_CGI_DIR__/$1/app.pl -f
127
       RewriteRule ^(.*?)/.* $1/app.pl/api/$0 [L]
127
       RewriteRule ^(.*?)/.* $1/app.pl/api/$0 [L]
128
     </Directory>
128
     </Directory>
129
   </IfModule>
129
   </IfModule>
130
- 

Return to bug 18175