Closed PeterBowman closed 2 years ago
Search results:
In order to turn URLs like https://apps-robots.uc3m.es/robots/wiki/index.php/Llegar_al_Parque into https://apps-robots.uc3m.es/robots/wiki/Llegar_al_Parque, I followed the instructions at https://www.mediawiki.org/wiki/Manual:Short_URL/Apache using the .htaccess method. Since $wgScriptPath
and $wgArticlePath
would conflict otherwise, I moved the MediaWiki installation directory from /robots/wiki/
to /robots/w/
and modified $wgScriptPath
accordingly.
I think this is done now, a few occurrences in archived or abandoned repos have been left out.
We did some cleanup at https://github.com/roboticslab-uc3m/questions-and-answers/issues/93#issuecomment-1001805412 that needs to be revisited due to a subdomain name change and reorganization carried out while solving https://github.com/jgvictores/wikirobots/issues/23. Our apps.robots.uc3m.es subdomain has been moved to apps-robots.uc3m.es and wikis are currently not accessible until we decide how to organize everything.