Page 4 of 4

Posted: Sat 25. Jun 2005, 20:32
by flip-flop
Hello Oliver,

thats it. Printing works fine.


Knut

Posted: Sun 26. Jun 2005, 19:37
by Ben
I can't believe what a simple fix there was to this issue! :oops:
Because of security restrictions on my server, I had comment out to the following lines from .htaccess

Code: Select all

php_flag magic_quotes_gpc Off
php_flag register_globals Off
Then, I put then in a local php.ini file that looks like this:

Code: Select all

magic_quotes_gpc = Off
register_globals = Off
Because of these simple changes, I just kept using the .htaccess file from older versions with the lines commented out after upgrading or installing 1.2.3. Anyways, Oliver, you pointed out the problem with the change from a comma to a period in .htaccess. After uploading the .htaccess file for 1.2.3 with magic quotes and register globals commented out, my print layouts working correctly on 1.2.3 with rewrite. Thanks for the help!