ifyouwillit/Archiver/master/.htaccess - Htaccess File

ifyouwillit/Archiver/master/.htaccess

RewriteEngine ON
RewriteBase /
ErrorDocument 404 http://archiver.co/404.php
RewriteRule ^Category/(.*).htm$ Search.php?q=$1 [QSA] 
RewriteRule ^Location/(.*).htm$ LocationList.php?q=$1 [QSA] 
RewriteRule ^Followers/(.*).htm$ FollowerList.php?q=$1 [QSA] 
RewriteRule ^Date/(.*).htm$ DateList.php?q=$1 [QSA] 
RewriteRule ^Profile/(.*).htm$ UserProfile.php?q=$1 [QSA] 
RewriteRule ^Search/BitLine.htm$ LiveStream.php 

RewriteRule ^claimprofile/(.*)$ Profile/$1.htm [R=301,L]
RewriteRule ^edit/(.*)$ Profile/$1.htm [R=301,L]
RewriteRule ^profile/(.*)$ Profile/$1.htm [R=301,L]
RewriteRule ^bitline/$ Search/BitLine.htm [R=301,L]
RewriteRule ^date/(.*)/1/$ Date/$1.htm [R=301,L]
RewriteRule ^location/(.*)/1/ Location/$1.htm [R=301,L]
RewriteRule ^followers/(.*) Followers/$1.htm [R=301,L]
RewriteRule ^bitdetails/(.*)/(.*)/ ItemPage.php?q=$2&originalsearch=Home&searchtype=none [R=301,L]
RewriteRule ^(.*)/(.*)/1/$ Category/$2.htm [R=301,L]

On Github License

Files

Download PDF of Htaccess file
Profile

Comments

Apache