[TYPO3] naw secure downloads and ssl
Ralf Hettinger
ng at ralfhettinger.de
Tue Jul 22 19:43:17 CEST 2008
Just a thought...
First of all, you should make sure that all of your typo3conf/temp*
files are reflecting your current configuration. Easiest way to achieve:
remove all of them (they will be rewritten automatically).
Depending on the way you realize https://...-links (you achieve them by
some extension?), there will be more than two temp files in total -
different ones for each http and https. And in some versions they (or
not all of them) won't be rewritten as they should after configuration
changes.
Maybe - that's just it.
Ralf
Ronald Renfro schrieb:
> Hi I am having trouble using the extension naw_secure downloads. I keep
> getting a "Access Denied!!" error for any filelinks I create even though
> I have logged in as a valid front end user. The site is running with
> ssl. When I click on a filelink the browser opens in a new window and
> displays "Access denied". when I go back to the originating window the
> frontend session is lost and I have to log in again...
>
>
> In the root typo3 dir I have added this to the .htaccess enable ssl for
> all connections
> RewriteCond %{HTTPS} !=on
> RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
> ...
>
> The configuration options are:
> securedDirs:
> fileadmin|uploads
>
> filetype (defaults)
> pdf|jpe?g|gif|png|doc|pdf|xls|rar|tgz|tar|gz
>
> What am I doing wrong?
>
> Thanks!
> Ronald
More information about the TYPO3-english
mailing list