This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-250] CSS and .htaccess fix #10286
Merged
eric-haibin-lin
merged 13 commits into
apache:master
from
thinksanky:css_and_htaccess_fix
Apr 10, 2018
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
c87a659
css_and_install_fixes
d3b1108
fixed the broken installation page
a9a4db7
copy install index.html fix to 1.1.0 and master versions
7a2ca92
fixed install.md
18cb7ba
fixed variable definition and install copy logic
5c0b5a5
added .htaccess and updated .htaccess copy to root folder
9b8a6e4
copy .htaccess to root folder
01ffa78
updated update_all_version.sh
2db0209
fixed renaming of the function call
d101dc8
reverted back AddVersion.py from master
f2d64df
removed duplicate master being appended
ed5545d
commented out AddPackageLink.py to fix the master install page issue
71e1853
removed commented out lines and not required
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
RewriteEngine on | ||
RewriteRule ^get_started/why_mxnet.html$ /faq/why_mxnet.html [R=301,L] | ||
RewriteRule ^get_started.*$ /install/ [R=301,L] | ||
RewriteRule ^how_to.*$ /faq/ [R=301,L] | ||
RewriteRule ^api/python/symbol.html$ /api/python/symbol/symbol.html [R=301,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not update line 70?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tried updating it together, but its unstable. I have found this to be better and working consistently