https://bugzilla.wikimedia.org/show_bug.cgi?id=33120

       Web browser: ---
             Bug #: 33120
           Summary: broaden $wgScriptPath's default value
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


patch
need-review

If OK generally (it works for me), pls replace includes/DefaultSettings.php's

   $wgScriptPath        = '/wiki';

with e.g.

   // -10 clips off the /index.php to leave, e.g., /mediawiki-x.y.z
   $wgScriptPath = substr($_SERVER["SCRIPT_NAME"], 0, -10); 

Thanks

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to