Robpol86/robpol86.com/master/docs/.htaccess - Htaccess File

Robpol86/robpol86.com/master/docs/.htaccess

ErrorDocument 404 /404.html

RewriteEngine on
RewriteBase /

# Match from beginning.
RewriteRule ^guides/Flashing-Motorola-Droid-to-Cricket https://robpol86.com/flash_droid_cricket.html [R=301,L]
RewriteRule ^guides/Wireless-Charging-Car-Dock https://robpol86.com/wireless_charging_car_dock.html [R=301,L]
RewriteRule ^image.php https://robpol86.com/photo_albums.html [R=301,L]
RewriteRule ^index.php/Atrix_Lapdock_Other_Uses https://robpol86.com/atrix_lapdock.html [R=301,L]
RewriteRule ^index.php/Flashing_Motorola_Droid_to_Cricket https://robpol86.com/flash_droid_cricket.html [R=301,L]
RewriteRule ^index.php/Lapdock_500_Teardown https://robpol86.com/atrix_lapdock.html [R=301,L]
RewriteRule ^index.php/US_RNS-510_Video_In_Motion https://robpol86.com/rns_510_vim.html [R=301,L]

# Keywords.
RewriteRule jetta https://robpol86.com/vw_jsw_2010.html [R=301,L,NC]
RewriteRule Motion https://robpol86.com/rns_510_vim.html [R=301,L]
RewriteRule workspaces https://robpol86.com/photo_albums.html [R=301,L]

# Keywords that avoid infinite loops.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule imagecfg https://robpol86.com/imagecfg.html [R=301,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule lapdock https://robpol86.com/atrix_lapdock.html [R=301,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule berto89 https://robpol86.com/rns_510_vim.html [R=301,L,NC]

# Catch-alls.
RewriteRule index.php https://robpol86.com/ [R=301,L]
RewriteRule menu.php https://robpol86.com/ [R=301,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache