|
| 1 | +deny from 69.41.161.28 |
| 2 | + |
| 3 | +RedirectMatch ^/devconwest2007(.*) http://scorche.cleansoap.org/rockbox/dcw.html |
| 4 | +RedirectPermanent /patches.shtml http://www.rockbox.org/tracker/index.php?type=4 |
| 5 | +RedirectPermanent /bugs.shtml http://www.rockbox.org/tracker/index.php?type=2 |
| 6 | +RedirectPermanent /requests.shtml http://www.rockbox.org/tracker/index.php?type=1 |
| 7 | +RedirectMatch ^/langs(.*) http://www.rockbox.org/twiki/bin/view/Main/LangFiles |
| 8 | +RedirectMatch ^/fonts(.*) http://www.rockbox.org/dl.cgi?bin=fonts |
| 9 | + |
| 10 | +AddType application/octet-stream .mod .ajz .lng .fnt .voice |
| 11 | +AddType text/xml .rss |
| 12 | +AddDefaultcharset On |
| 13 | + |
| 14 | +### FS #5617 - Redirect from static pages to wiki ### |
| 15 | +# Root |
| 16 | +#RedirectPermanent /activity.html http://www.rockbox.org/ |
| 17 | +#RedirectPermanent /status.html http://www.rockbox.org/ |
| 18 | +#RedirectPermanent /tools.html http://www.rockbox.org/ |
| 19 | +#RedirectPermanent /usb-howto.html http://www.rockbox.org/ |
| 20 | +#RedirectPermanent /lock.html http://www.rockbox.org/ |
| 21 | + |
| 22 | +RedirectPermanent /bugs.html http://www.rockbox.org/tracker/index.php?type=2 |
| 23 | +RedirectPermanent /cross-gcc.html http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler |
| 24 | +RedirectPermanent /patches.html http://www.rockbox.org/tracker/index.php?type=4 |
| 25 | +RedirectPermanent /requests.html http://www.rockbox.org/tracker/index.php?type=1 |
| 26 | +RedirectPermanent /screenshots.html http://www.rockbox.org/twiki/bin/view/Main/ScreenShots |
| 27 | +RedirectPermanent /TODO http://www.rockbox.org/twiki/bin/view/Main/ReleaseTodo |
| 28 | + |
| 29 | +# /screenshots dir |
| 30 | +RedirectPermanent /screenshots/index.html http://www.rockbox.org/twiki/bin/view/Main/ScreenShots |
| 31 | +#RedirectPermanent /screenshots/ http://www.rockbox.org/twiki/bin/view/Main/ScreenShots |
| 32 | + |
| 33 | +# /docs dir |
| 34 | +#RedirectPermanent /docs/mpeghdr.html http://www.rockbox.org/ |
| 35 | +#RedirectPermanent /docs/rocklatin.html http://www.rockbox.org/ |
| 36 | +#RedirectPermanent /docs/repairbattery.html http://www.rockbox.org/ |
| 37 | +#RedirectPermanent /docs/repairlcd.html http://www.rockbox.org/ |
| 38 | +#RedirectPermanent /docs/contributing.html http://www.rockbox.org/ |
| 39 | +#RedirectPermanent /docs/license.html http://www.rockbox.org/ |
| 40 | +RedirectPermanent /docs/rvf.html http://www.rockbox.org/twiki/bin/view/Main/VideoTutorial |
| 41 | +RedirectPermanent /docs/index.html http://www.rockbox.org/twiki/bin/view/Main/DocsIndex |
| 42 | +RedirectPermanent /docs/nodo.html http://www.rockbox.org/twiki/bin/view/Main/NoDo |
| 43 | +RedirectPermanent /docs/battery-faq.html http://www.rockbox.org/twiki/bin/view/Main/BatteryFAQ |
| 44 | +RedirectPermanent /docs/credits.html http://svn.rockbox.org/viewvc.cgi/trunk/docs/CREDITS |
| 45 | +RedirectPermanent /docs/cygwin_sdk.html http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment |
| 46 | +RedirectPermanent /docs/custom_wps_format.html http://www.rockbox.org/twiki/bin/view/Main/CustomWPS |
| 47 | +RedirectPermanent /docs/datasheets.html http://www.rockbox.org/twiki/bin/view/Main/DataSheets |
| 48 | +RedirectPermanent /docs/devicechart.html http://www.rockbox.org/twiki/bin/view/Main/DeviceChart |
| 49 | +RedirectPermanent /docs/faq.html http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ |
| 50 | +RedirectPermanent /docs/features.html http://www.rockbox.org/twiki/bin/view/Main/FeatureComparison |
| 51 | +RedirectPermanent /docs/firsttime.html http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide |
| 52 | +RedirectPermanent /docs/flash.html http://www.rockbox.org/twiki/bin/view/Main/FlashingRockbox |
| 53 | +RedirectPermanent /docs/how_to_compile.html http://www.rockbox.org/twiki/bin/view/Main/HowToCompile |
| 54 | +RedirectPermanent /docs/patch.html http://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches |
| 55 | +RedirectPermanent /docs/ports.html http://www.rockbox.org/twiki/bin/view/Main/PortPinAssignments |
| 56 | +RedirectPermanent /docs/rvf.html http://www.rockbox.org/twiki/bin/view/Main/VideoTutorial |
| 57 | +RedirectPermanent /docs/tools.html http://www.rockbox.org/twiki/bin/view/Main/UsefulTools |
| 58 | +#RedirectPermanent /docs/ http://www.rockbox.org/twiki/bin/view/Main/DocsIndex |
| 59 | + |
| 60 | +# /schematics dir |
| 61 | +RedirectPermanent /schematics/index.html http://www.rockbox.org/twiki/bin/view/Main/HardwareSchematics |
| 62 | +#RedirectPermanent /schematics/ http://www.rockbox.org/twiki/bin/view/Main/HardwareSchematics |
| 63 | + |
| 64 | +# /sh-win dir |
| 65 | +RedirectPermanent /sh-win/index.html http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment |
| 66 | +#RedirectPermanent /sh-win/ http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment |
| 67 | + |
| 68 | +# /mods dir |
| 69 | +#RedirectPermanent /mods/harddisk.html http://www.rockbox.org/ |
| 70 | +RedirectPermanent /mods/index.html http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#Hardware |
| 71 | +RedirectPermanent /mods/disassemble.html http://www.rockbox.org/twiki/bin/view/Main/DisassemblePlayer |
| 72 | +RedirectPermanent /mods/disassemble2.html http://www.rockbox.org/twiki/bin/view/Main/DisassemblePlayer2 |
| 73 | +RedirectPermanent /mods/reassemble.html http://www.rockbox.org/twiki/bin/view/Main/ReassemblePlayer |
| 74 | +RedirectPermanent /mods/rs232.html http://www.rockbox.org/twiki |
| 75 | +#RedirectPermanent /mods/ http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#Hardware |
| 76 | + |
| 77 | +# twiki/index.html |
| 78 | +RedirectPermanent /twiki/index.html http://www.rockbox.org/twiki/bin/view/Main/WebHome |
| 79 | + |
| 80 | +RedirectPermanent /wiki/ http://www.rockbox.org/twiki/bin/view/Main/ |
| 81 | + |
| 82 | +RedirectMatch ^/viewcvs.cgi/(.*) http://svn.rockbox.org/viewvc.cgi/trunk/$1?view=log |
0 commit comments