Vijay Arora <[email protected]> writes:

> Hi Ralf,
>
> I have set up $wgServer = 'http://wikidev.thehackettgroup.com';
>
> But i still get the same error message, I have attached the
> LocalSettings.php file here

it contains

,----
| /** URL of the server. It will be automatically built including https mode */
| $wgServer = 'http://wikidev.thehackettgroup.com';
| ...
| $wgServer = $wgProto.'://' . $wgServerName;
| # If the port is a non-standard one, add it to the URL
| if(    isset( $_SERVER['SERVER_PORT'] )
|     && !strpos( $wgServerName, ':' )
|     && (    ( $wgProto == 'http' && $_SERVER['SERVER_PORT'] != 80 )
|          || ( $wgProto == 'https' && $_SERVER['SERVER_PORT'] != 443 ) ) ) {
|  
|         $wgServer .= ":" . $_SERVER['SERVER_PORT'];
| }
`----

Can you please just set $wgServer once?

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to