Mediawiki Advice

Mediawiki Advice

Posted by: supacoopa5
Posted on: 2007-01-27 14:11:00

I want my Wiki to the the first think people see when they go to my domain. Should I just install Mediawiki into the main directory, or into /w or /wiki and redirect people there using .htaccess?

Thanks!

Re: Mediawiki Advice

Posted by: ardco
Posted on: 2007-01-27 15:26:00

I prefer the 2nd option, but YMMV.

Re: Mediawiki Advice

Posted by: Raz2133
Posted on: 2007-01-27 17:00:00

In reply to:

Should I just install Mediawiki into the main directory, or into /w or /wiki and redirect people there using .htaccess?


Do you have plans to put other content on the domain later, or is the wiki going to be the only thing there?

If you don't have plans for other content, then it may be simpler to just install it in the main web directory.

Mark

Re: Mediawiki Advice

Posted by: supacoopa5
Posted on: 2007-01-27 17:14:00

I may want to tie in some forum software later. Oher than that I think most other content I could do would be done through the wiki (locked pages or something).
I may just do the main directory...

Re: Mediawiki Advice

Posted by: rlparker
Posted on: 2007-01-27 17:22:00

Then my suggestion would be to use your main domain directory for MediaWiki, and then use a subdomain for other "features" (forums.mydomain.tld, blog.mydomain.tld, etc.). It doesn't cost anything extra at Dreamhost, keeps things really well organized, and avoids potential .htaccess directives and potential complication of Apache re-write rules. Just my opinion,, however, and YMMV. smile

--rlparker

Re: Mediawiki Advice

Posted by: Raz2133
Posted on: 2007-01-27 18:28:00

Another option is to change the web directory for the domain to /yourdomain.tld/wiki/ using the panel.

This would allow you to have the wiki show up by default without a .htaccess redirect and still allow you to change things later, if required.

Edit: I haven't actually tried the above, but it *should* work.

Mark

Tags: mediawikiwikihtaccess