ID:               35059
 Comment by:       hujer at bazmek dot net
 Reported By:      free4cd at yahoo dot de
 Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: SuSE 9.3
 PHP Version:      4.4.1RC1
 New Comment:

Hi there, we're experiencing the same problem. Been playing with
mod_rewrite at RewriteLogLevel 9 and found nothing. Then I tried this
simple test:

(.htaccess file)

RewriteEngine On

RewriteRule     ^test-html$     test.html [L]
RewriteRule     ^test-php$      test.php [L]

While the first rule matches and works well, the second one actually
matches properly, too (verified in mod_rewrite log) but the script
never gets executed and I get empty document
(<html><body></body></html>) as output. No errors in logs whatsoever.
It seems like when PHP script as a target of RewriteRule causes the
problems. Static content works all well.

Apache/[EMAIL PROTECTED], PHP 4.1.1.

I'm sorry, can't try out PHP5 snapshot ATM.


Previous Comments:
------------------------------------------------------------------------

[2005-11-02 14:20:05] [EMAIL PROTECTED]

Give feedback when you have it. We're not interested what you do in
between.

------------------------------------------------------------------------

[2005-11-01 23:09:50] free4cd at yahoo dot de

OK, I try the PHP5 snapshot.
I post the result tomorrow when I've finished the tests if it 
works.

------------------------------------------------------------------------

[2005-11-01 22:24:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-11-01 21:57:35] free4cd at yahoo dot de

Description:
------------
After updating two different webservers to PHP 4.4.1 I get always a
blank page with PHP 4.4.1 and mod_rewrite if you click on a link.
Start page load normal but on every additional page you see nothing. No
error in error log. Happens with vBulletin and mod_rewrite and Joomla
1.0.3 with mod_rewrite enabled and apache 2.0.55. With PHP 4.4.0 and
same settings in php.ini there are no problems. Only PHP version has
changed....

Reproduce code:
---------------
Install Joomla 1.0.3 and use mod_rewrite and apache 2.0.x. Enable SEO
in Joomla.

Settings in .htaccess:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35059&edit=1

Reply via email to