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.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/978301

Title:
  Apache mod rewrite leads to 404

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/978301/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to