Quote:
Originally Posted by Cooleyvol
I'm getting a page that looks like this:
http://www.gridiron-glory.net/wiki/
after editing my Local Settings.php file.
You can plainly see my absolute path my vbWiki-Init.php file
My vbWiki directory is under the forums directory.
My MediaWiki directory ("wiki") is outside my forums directory.
Can anyone help me out here?
|
Hi, the first line of your LocalSettings.php should be this:
And you last lines of the file should be these:
PHP Code:
require_once "/home/wwwgri/public_html/forums/vbWiki/vbWiki_Init.php"
?>
Make these changes and it should work...