Page 1 of 1

strange warning - what does it mean?

Posted: Thu 10. Feb 2005, 17:14
by aborre
First: I decided to integrate phpwcms pages into an static site by an Iframe.
Navigation aso is done by Web2date (a nondynamic-cms) because it fits my layout needs and I want to use phpwcms just for the dynamic parts.
Now I get this warning, if I call this page

Code: Select all

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in /www/htdocs/v145225/phpwcms/index.php on line 84 
url rewrite=0

What I'm confused about is:
If I call the page directly from phpwcms everything works fine.


Any sugtgestions?

aborre[/code]

Posted: Thu 10. Feb 2005, 17:39
by aborre
Ok

I fixed it by setting "page compression" in config.inc.php to "0".
Hope that apache does it for me :wink:

But why does this warning appear? :?

aborre

Posted: Thu 10. Feb 2005, 18:32
by frold
aborre wrote:Ok

I fixed it by setting "page compression" in config.inc.php to "0".
Hope that apache does it for me :wink:

But why does this warning appear? :?

aborre
Because he enabled rewrite but didnĀ“t rename _htaccess to .htacces ;-)