# invoke rewrite engine
RewriteEngine On
RewriteBase /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/

Options -Indexes
<IfModule mod_negotiation.c>
	Options -MultiViews
</IfModule>

# Create pretty URLs
DirectorySlash Off

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
# End: Create pretty URLs

# Specific redirections
RewriteRule ^index\.html$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/ [L,R=301]
RewriteCond %{QUERY_STRING} ^ID=gerion$
RewriteRule ^chs-bin/msboard\.cgi$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/chs-bin/msboard_ID-gerion.html [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ID=gerion&DOC=1$
RewriteRule ^chs-bin/msboard\.cgi$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/chs-bin/msboard_ID-gerion-DOC-1.html [L,R=301,QSD]
RewriteCond %{QUERY_STRING} ^ID=gerionsanlucar$
RewriteRule ^chs-bin/msboard\.cgi$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/chs-bin/msboard_ID-gerionsanlucar.html [L,R=301,QSD]
RewriteRule ^SalvemosArizon/Campa%F1a_Salvemos_Arizon_Comentarios\.htm$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/SalvemosArizon/Campa-F1a_Salvemos_Arizon_Comentarios.html [L,R=301,QSD]
RewriteRule ^SalvemosArizon/Campa%F1a_Salvemos_Arizon_RED\.htm$ /scraping/files/live/gerionsanlucar.com_cuanterus919_gmail.com_rkjufr9huk/SalvemosArizon/Campa-F1a_Salvemos_Arizon_RED.html [L,R=301,QSD]

# Redirect all extensions to html
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.shtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.phtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jhtml$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.htm$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.php$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.aspx$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.asp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.jsp$ $1.html [L,NC,R=301]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.apk$ $1.html [L,NC,R=301]
# End: Redirect all extensions to html
