After looking and trying the options suggested in the "Eliminating_index.php_from_the_url" page I'm at a lose to find one that works completely.
My situation is that mediawiki is server on SERVER A running on apache 1.3 and is proxied behind SERVER B running Litespeed. And I'm using aliases to remove index.php from the URL.
Below is a example of how the vhost is setup for the site.
<VirtualHost *:80> ServerAdmin admin@website.com DocumentRoot /Library/WebServer/Documents/mediawiki ErrorLog /var/log/httpd/wiki.website.com-error_log CustomLog /var/log/httpd/wiki.website.com-access_log common Alias /community/w /Library/WebServer/Documents/mediawiki/w/ Alias /community /Library/WebServer/Documents/mediawiki/w/index.php Alias /index.php /Library/WebServer/Documents/mediawiki/w/index.php </VirtualHost>
Everything works except for any special page that still includes the index.php in its URL (the login link top right and any new page). When clicking on any of these pages mediawiki wants to edit the page Index.php as a new page.
Can anyone point me in the right direction please?
Michael Biven <michael.biven@...> writes:
After looking and trying the options suggested in the "Eliminating_index.php_from_the_url" page I'm at a lose to find one that works completely.
Can anyone point me in the right direction please?
From the talk page for "Eliminating_index.php_from_the_url" it looks like this
cleaning the URL is a common problem. Anyone have a better resource to doing this or how to handle removing the index.php from the special pages?
Thanks,
Michael B.
wikitech-l@lists.wikimedia.org