Dear all,
How can I redirect the URL from wiki/images to wiki/Images?
More info: If I type wiki/main, it will automatically redirect to wiki/Main, of which the first letter is capital. However, since I have the images/ directory under the wiki/ directory on the server, if I type wiki/images, it will not automatically redirect to wiki/Images but go to the images/ directory page instead.
How can I solve this problem?
Thanks, Jingyi
On 5/27/2016 5:35 PM, Jingyi C. Shi wrote:
Dear all,
How can I redirect the URL from wiki/images to wiki/Images?
More info: If I type wiki/main, it will automatically redirect to wiki/Main, of which the first letter is capital. However, since I have the images/ directory under the wiki/ directory on the server, if I type wiki/images, it will not automatically redirect to wiki/Images but go to the images/ directory page instead.
How can I solve this problem?
Can you do a soft link .. ln -s wiki/images wiki/Images ??
Thanks, Jingyi _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You are asking for problems. The easiest thing is to use a rewrite rule. But it may have unforeseen issues, like any other "fix" for having /images in the same path as your article titles.
On Friday, May 27, 2016, Chap Jones lcjones@jonesipedia.com wrote:
On 5/27/2016 5:35 PM, Jingyi C. Shi wrote:
Dear all,
How can I redirect the URL from wiki/images to wiki/Images?
More info: If I type wiki/main, it will automatically redirect to wiki/Main, of
which
the first letter is capital. However, since I have the images/ directory under the wiki/ directory on the server, if I type wiki/images, it will not automatically redirect to wiki/Images but go to the images/ directory page instead.
How can I solve this problem?
Can you do a soft link .. ln -s wiki/images wiki/Images ??
Thanks, Jingyi _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org