RewriteEngine on Redirect permanent /photos/index.html http://ericgorr.net/Photos/index.html Redirect permanent /hobbies/index.html http://ericgorr.net/Hobbies/index.html Redirect permanent /condorcet/main.cpp http://condorcet.ericgorr.net/rankedpairs/main.cpp RewriteCond %{HTTP_HOST} ^ericgorr\.net$ [OR] RewriteCond %{HTTP_HOST} ^www\.ericgorr\.net$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^cocoadev\/webviewtest\.zip$ "https\:\/\/github\.com\/ericgorr\/WebViewTest" [R=301,L] RewriteCond %{HTTP_HOST} ^ericgorr\.net$ [OR] RewriteCond %{HTTP_HOST} ^www\.ericgorr\.net$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^cocoadev\/webviewtest2\.zip$ "https\:\/\/github\.com\/ericgorr\/WebViewTest" [R=301,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php56” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php56 .php .php5 .phtml # php -- END cPanel-generated handler, do not edit