Share » Forums » Developer » SSL apache rewrite rule won't allow...

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

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

Tuesday 25 May 2004 6:10:12 am - 3 replies

Modified on Tuesday 25 May 2004 6:11:18 am by Brendan Pike

Author Message

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

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu