mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Redirect http://box/mediawiki* to http://box/wiki/Main_Page
This commit is contained in:
parent
9654ad403b
commit
8b7a5b20a0
1 changed files with 5 additions and 0 deletions
|
@ -52,3 +52,8 @@ location {{ mediawiki_url }}/ {
|
|||
location = {{ mediawiki_url }} {
|
||||
return 301 {{ mediawiki_url }}/Main_Page;
|
||||
}
|
||||
|
||||
# http://box/mediawiki* redirect to http://box/wiki/Main_Page
|
||||
location {{ mediawiki_url2 }} {
|
||||
return 301 {{ mediawiki_url }}/Main_Page;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue