Laura O'Grady wrote: > What I'm trying to do is get the URLs to read in this format: > > www.lauraogrady.ca/wiki/Main_Page instead of > http://lauraogrady.ca/ckbwiki/index.php/Main_Page
That's what I meant. > I get what you mean about not being concerned about a 404 error but in > this instance when I do get it this means I can't access the wiki. To be > precise about the nature of the 404 in this context: I'm getting the > 'file not found' template page from WordPress. WordPress has been > installed in my public directory as a content management system. WordPress rules are taking priority over the wiki rule. Place "RewriteRule ^wiki/*$ /cbwiki/index.php [L,QSA]" before the other RewriteRule lines. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
