MediaWiki and Domain wrong

MediaWiki and Domain wrong

Posted by: arbozarth
Posted on: 2005-08-26 12:51:00

New to DrmHost so be gentle!

Installed MediaWiki to wiki.randybozarth.com/mediawiki. It opens when the browser is pointed at wiki.randybozarth.com/mediawiki. How do I get the wiki to open when the browser is pointed at wiki.randybozarth.com? I thought I set it up for that during installation, but perhaps not.

thanks,
Randy

Re: MediaWiki and Domain wrong

Posted by: nphyre
Posted on: 2005-08-26 15:48:00

Put an index.php file in your wiki.randybozarth.com directory that contains:

<?php
header("Location: http://wiki.randybozarth.com/mediawiki/");
exit;
?>

Re: MediaWiki and Domain wrong

Posted by: arbozarth
Posted on: 2005-08-26 16:30:00

perfect.

Thanks

Tags: wikibrowsermediawikidomain