Hi, Am 28.05.2010 21:13, schrieb OQ: >[...] > Don't use the example.com/Page_title URL scheme. It isn't supported by > developers and WILL break in ways you can't foresee (and if it > doesn't, the developers might break it in a future version just to > spite you). Some examples can be found at > http://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory#Reasons_why_putting_wiki_pages_in_the_root_directory_of_the_web_site_is_bad > > While it's still possible to do this, it's not recommended.
Thank you, I followed the instructions and modified my path: I moved mediawiki to /w, added the Alias directive and this is now my .htaccess: RewriteEngine on RewriteRule ^$ /wiki/Main_Page # Make sure old URLs work for some time... RewriteRule ^index.php/(.*)$ http://www.example.com/wiki/$1 [R,L] Actually this solves not my problem described above: http://www.example.com is redirected to http://www.example.com/wiki/Main_Page :-( :-( So I still can't use www.example.com as OpenID :( Regards, Luke _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
