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.
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 mod-enabled/ php5filter. conf to : x-httpd- php .php x-httpd- php .php x-httpd- php
NB 2 : After that, I also incrementally changed my /etc/apache2/
<IfModule mod_php5.c>
AddType application/
AddHandler application/
<FilesMatch "\.ph(p3?|tml)$">
SetHandler application/
SetInputFilter PHP
SetOutputFilter PHP
</FilesMatch>
</IfModule>
Same issue, same results... no more ideas.