SSL apache rewrite rule won't allow .excel file downloads

Author Message

Brendan Pike

Tuesday 25 May 2004 6:10:12 am

I'm using the following rewrite rule which works great until today when we discovered it does not allow xls file downloads, but works fine with pdf, doc files. Anyone ever heard of this issue?

        RewriteCond %{SERVER_POST} !^443$
        RewriteRule ^/(.*)$ https://www.website.com/$1 [L,R]

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Alexandre Cunha

Tuesday 25 May 2004 11:47:31 am

im my case without ssl, i have my .htaccess with:

<FilesMatch "(index\.php|\.(gif|jpe?g|png|ico|css|js|html|swf|zip|arj|gzip|pdf|txt|xls))$">
order allow,deny
allow from all
</FilesMatch>

RewriteEngine On
RewriteRule !\.(gif|jpe?g|png|ico|css|js|html|swf|zip|arj|gzip|pdf|txt|xls)$ index.php

http://AlexandreCunha.com

Brendan Pike

Tuesday 25 May 2004 8:04:20 pm

Yeh but because ezp doesn't currently support enforcing SSL over specific site areas we are forced to simply secure the entire site with the above rewrite rule, but it has this strange excel site effect. I'm no closer to an answer yet :(

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Tony Wood

Wednesday 26 May 2004 12:37:46 am

Brendan,

Add this as a suggestion to the bug report section. I think most people would like the ability to force SSL at certain points. Most people are using Rewrites, but it would be nice to choose that all links in a certain section are https instead of http.

--tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:18:14
Script start
Timing: Jan 18 2025 22:18:14
Module start 'layout'
Timing: Jan 18 2025 22:18:14
Module start 'content'
Timing: Jan 18 2025 22:18:15
Module end 'content'
Timing: Jan 18 2025 22:18:15
Script end

Main resources:

Total runtime0.8006 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.1719152.6563
Module start 'layout' 0.00550.0027 740.828139.5078
Module start 'content' 0.00820.7910 780.3359580.6094
Module end 'content' 0.79920.0014 1,360.945312.0938
Script end 0.8006  1,373.0391 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.4148160.0002
Check MTime0.00150.1878160.0001
Mysql Total
Database connection0.00100.125310.0010
Mysqli_queries0.755594.3657620.0122
Looping result0.00060.0733600.0000
Template Total0.776196.920.3880
Template load0.00220.276120.0011
Template processing0.773896.650520.3869
Template load and register function0.00020.024710.0002
states
state_id_array0.00060.076110.0006
state_identifier_array0.00080.102320.0004
Override
Cache load0.00180.2262150.0001
Sytem overhead
Fetch class attribute can translate value0.00080.105830.0003
Fetch class attribute name0.00160.198550.0003
XML
Image XML parsing0.00070.093530.0002
class_abstraction
Instantiating content class attribute0.00000.001750.0000
General
dbfile0.00070.0926160.0000
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs