Nikolai Neumayer wrote:
* PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
[snip]
* PHP server API is apache2filter; using ugly URLs
(index.php?title=Page_Title)
[snip]
What is necessary, to get the pretty URLs back?
Any hint would be appreciated!
Look at your LocalSettings.php file. Try switching the setting, see if it works. I don't think it will, since the apache2filter mode generally produces 404 errors.
First, ask your webmaster if it's possible to configure PHP for the apache2handler module instead of apache2filter. This will be compatible, and seems to be more generally the recommended form.
If they won't do that, you'll have to set up rewrite rules to get pretty URLs.
-- brion vibber (brion @ pobox.com)