Bugzilla – Attachment 162596 Details for
Bug 35919
Add record sources CRUD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35919: Adjust RewriteRule to match existing ones
Bug-35919-Adjust-RewriteRule-to-match-existing-one.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2024-02-29 13:01:26 UTC
(
hide
)
Description:
Bug 35919: Adjust RewriteRule to match existing ones
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-02-29 13:01:26 UTC
Size:
1.14 KB
patch
obsolete
>From e312d159e9ca7a2b72f3cffc549a805c6dbfcd3d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 29 Feb 2024 14:01:13 +0100 >Subject: [PATCH] Bug 35919: Adjust RewriteRule to match existing ones > >--- > debian/templates/apache-shared-intranet.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/templates/apache-shared-intranet.conf b/debian/templates/apache-shared-intranet.conf >index 835b0812b6b..cdd514054fd 100644 >--- a/debian/templates/apache-shared-intranet.conf >+++ b/debian/templates/apache-shared-intranet.conf >@@ -24,7 +24,7 @@ RewriteRule ^(.*)_[0-9]{2}\.[0-9]{7}\.(js|css)$ $1.$2 [L] > RewriteRule ^/cgi-bin/koha/erm/.*$ /cgi-bin/koha/erm/erm.pl [PT] > RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/preservation/.*.pl$ > RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] >-RewriteRule ^/cgi-bin/koha/admin/record_sources(.*)?$ /cgi-bin/koha/admin/record_sources.pl$1 [PT] >+RewriteRule ^/cgi-bin/koha/admin/record_sources/.*$ /cgi-bin/koha/admin/record_sources.pl [PT] > > Alias "/api" "/usr/share/koha/api" > <Directory "/usr/share/koha/api"> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35919
:
161531
|
161532
|
161533
|
161534
|
161535
|
161537
|
161538
|
161577
|
161578
|
161579
|
161580
|
161581
|
161582
|
161583
|
162489
|
162594
|
162595
|
162596
|
162599
|
163348
|
163349
|
163350
|
163351
|
163352
|
163353
|
163354
|
163355
|
163360
|
163369
|
163389
|
163390
|
163391
|
163392
|
163393
|
163394
|
163395
|
163396
|
163397
|
163398
|
163399
|
163400
|
164708
|
164709
|
164710
|
164711
|
164712
|
164713
|
164714
|
164715
|
164716
|
164717
|
165274