ErrorDocument 404 /redirect.php
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htmll
php_value auto_prepend_file /var/www/jforjustice.co.uk/gz.php
AddCharset UTF-8 .html

<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^chall?enge? redirect-challenge.php
RewriteRule ^Chall?enge? redirect-challenge.php
RewriteRule ^download/Exhibit_1.jpg dl-exhibit.php
RewriteRule ^download/Exhibit_2.jpg dl-exhibit.php

RewriteRule ^filed/(.*)$ download/Nanya-Shaabu/$1
RewriteRule ^filed download/Nanya-Shaabu

RewriteRule ^Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU_files/(.*)$ naziEU/Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU_files/$1
RewriteRule ^Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU_files naziEU/Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU_files

#for backwards compatibility (moved to img)
RewriteRule ^77re-thumb.png img/77re-thumb.png
RewriteRule ^e2go_pic.jpg img/e2go_pic.jpg
RewriteRule ^index_image001.jpg img/index_image001.jpg
RewriteRule ^tnbcre-thumb.png img/tnbcre-thumb.png
RewriteRule ^045-0410080740-bbc-news-deception.jpg img/045-0410080740-bbc-news-deception.jpg
RewriteRule ^77re.png img/77re.png
RewriteRule ^Exhibit_1.jpg img/Exhibit_1.jpg
RewriteRule ^Exhibit_2.jpg img/Exhibit_2.jpg

#for backwards compatibility (moved to vid)
RewriteRule ^E2_RippleEffect.flv vid/E2_RippleEffect.flv
RewriteRule ^E2_not_wanting_publicity.flv vid/E2_not_wanting_publicity.flv
RewriteRule ^E2_not_wanting_publicity.flv.jpg vid/E2_not_wanting_publicity.flv.jpg
RewriteRule ^mediaplayer.swf vid/mediaplayer.swf
RewriteRule ^mediaplayerswfobject.js vid/mediaplayerswfobject.js

#for backwards compatibility (moved to download)
RewriteRule ^FILEDREGMAILCharterNoticeReginavEL.pdf download/FILEDREGMAILCharterNoticeReginavEL.pdf
RewriteRule ^FILEDREGMAILCharterNoticeReginavEL.zip download/FILEDREGMAILCharterNoticeReginavEL.zip
RewriteRule ^Affidavit_of_truth.odt download/Affidavit_of_truth.odt
RewriteRule ^Affidavit.of.truth.html download/Affidavit_of_truth.html
RewriteRule ^British.Defence.Website.doc "download/British Defence Website.doc"

RewriteRule ^nazi...htm naziEU/Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU.html
RewriteRule ^nazieu naziEU/Revealed-The-secret-report-shows-Nazis-planned-Fourth-Reich--EU.html
RewriteRule ^banks?t?ers tbcre/index.html
#RewriteRule ^.* redirect.php
</IfModule>
