[Bug 978301] Re: Apache mod rewrite leads to 404

phililippe philippe at mytwatch.com
Tue Apr 10 20:21:23 UTC 2012


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



More information about the Ubuntu-server-bugs mailing list