  

1)   CodeIgniter (http://codeigniter.com/)

2)   application     

3)   archive    (,   index.php)

4)   .htaccess       
RewriteBase /path_to_site/
     , 
RewriteBase /

      PHP 

5)         dump.sql

6)   config/database.php      

    

7)    (httpd.conf)  :

<IfModule mod_rewrite.c>
	RewriteMap temp-links "txt:/path_to_templinks/templinks.txt"
</IfModule>

 path_to_templinks -     templinks.txt,      .

8)  