|
Lines 100-109
Link Here
|
| 100 |
# Rewrite Rules |
100 |
# Rewrite Rules |
| 101 |
RewriteEngine On |
101 |
RewriteEngine On |
| 102 |
|
102 |
|
| 103 |
# Uncomment to turn on rewrite logging |
|
|
| 104 |
#RewriteLog __LOG_DIR__/koha-opac-rewrite.log |
| 105 |
#RewriteLogLevel 1 |
| 106 |
|
| 107 |
#The following two directives are unnecessary to proper Koha functioning. |
103 |
#The following two directives are unnecessary to proper Koha functioning. |
| 108 |
#RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) |
104 |
#RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) |
| 109 |
#RewriteRule (.+) $1?%1%2 [N,R,NE] |
105 |
#RewriteRule (.+) $1?%1%2 [N,R,NE] |
|
Lines 224-233
Link Here
|
| 224 |
# Rewrite Rules |
220 |
# Rewrite Rules |
| 225 |
RewriteEngine On |
221 |
RewriteEngine On |
| 226 |
|
222 |
|
| 227 |
# Uncomment to turn on rewrite logging |
|
|
| 228 |
#RewriteLog __LOG_DIR__/koha-intranet-rewrite.log |
| 229 |
#RewriteLogLevel 1 |
| 230 |
|
| 231 |
#The following two directives are unnecessary to proper Koha functioning. |
223 |
#The following two directives are unnecessary to proper Koha functioning. |
| 232 |
#RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) |
224 |
#RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&(.*) |
| 233 |
#RewriteRule (.+) $1?%1%2 [N,R,NE] |
225 |
#RewriteRule (.+) $1?%1%2 [N,R,NE] |
| 234 |
- |
|
|