Comment 2 for bug 978301

Revision history for this message
phililippe (philippe-ub) wrote :

NB 1 : Seems not to be related to mod rewrite as, if I disable it, I still get error 404 on /index.php/welcome with error log : File does not exist: /data/www/mytwatch/htdocs/index.php/welcome
NB 2 : After that, I also incrementally changed my /etc/apache2/mod-enabled/php5filter.conf to :
<IfModule mod_php5.c>
 AddType application/x-httpd-php .php
 AddHandler application/x-httpd-php .php
    <FilesMatch "\.ph(p3?|tml)$">
 SetHandler application/x-httpd-php
 SetInputFilter PHP
 SetOutputFilter PHP
    </FilesMatch>
</IfModule>
Same issue, same results... no more ideas.