Steffen Müller wrote:
> Hi.
>
> On 26.02.2009 14:07 J. Bakshi wrote:
>
>> Problem solved. pdf is generating with type=123 but it is not working
>> with the real url version. So there is no problem in the server. Now I
>> have to look into the realurl part.
>>
>>
>
> We use this for RealURL, having simulateStaticPdf turned off in
> pdf_generator2 extension config. Drawback: this will limit the pdf
> filename to a single name.
>
> 'fileName' => array (
> 'index' => array(
> 'page.pdf' => array(
> 'keyValues' => array(
> 'type' => 123
> )
> )
> )
> )
>
>
Hello Steffen,
No luck yet :-(
I have added the configuration as you suggested. Here is my complete
.htaccess
Options +FollowSymLinks
#<IfModule mod_rewrite.c>
RewriteEngine On
# Typo3 Ext: PDF Generator 2 Configuration
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^typo3$ /typo3/index_re.php
RewriteRule ^[^/]*\.html$ index.php
RewriteRule ^[^/]*\.pdf$ index.php
As you told I also disabled the simulateStaticPdf but If I change html
to pdf it is taking me back to the home page.
Please note I have no typoscript configuration for pdf-generator2 here.
type=123 is working out of the box
Any clue ?
Thanks
>
>
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english