A couple of things to check:
1) Is proba.php executable? chmod u+x proba.php
2) Is proba.php owned by the web server's user? chown apache:apache proba.php
3) Does proba.php work when you run it on the command line?
4) Have you tried using echo() instead of fwrite()?
5) What does your rewrite log say is happening?
Main Topics
Browse All Topics





by: HackneyCabPosted on 2007-06-10 at 09:37:03ID: 19253472
What is it you're trying to do with the above rules?
Couldn't you just pass the value of the pattern match to category_list.php and read it in that script?