Topic on Project:Support desk

Pages not displaying correctly after upgrade

2
2600:8801:2A80:122:79DF:C526:677C:AE75 (talkcontribs)

I just upgraded from 1.23.13 to 1.29.1 cause my host upgraded to php 7. The upgrade appeared to go fine I installed to a new directory moved of my LocalSettings.php and some other custom php files. Then renamed my old folder to old_wiki from wiki and changed my new folder to wiki. Both folders have the same folder structure.

The only way i can get pages to come up is to add a /w in to the url like the following.

http://wiki.mysite.net/w/index.php?title=Main_Page and http://wiki.mysite.net/w/index.php?title=Special:Version

When the above use to come up with the normal link below.

http://wiki.mysite.net/Docs/Main_Page and http://wiki.mysite.net/Docs/Special:SpecialPages

Now i just get.

The requested URL /Docs/Main_Page was not found on this server.

http://wiki.vgoemulator.net/Docs/Special:SpecialPages

These are Shot URL setting which have not changed.

$wgScriptPath = "/w";

$wgArticlePath = "/Docs/$1";

$wgScriptExtension = ".php";

Any help would be appreciated.

Thank you

2600:8801:2A80:122:79DF:C526:677C:AE75 (talkcontribs)

Figured it out I forgot to move my .htaccess file.