=====================
 MaxSite CMS
=====================
http://max-3000.com/
http://maxsite.org/


==================
 
==================
1.    .htaccess   mod_rewrite.
2. MySQL > 4.1. H  UTF8.   MyISAM.
3.    mbstring.
4. PHP > 4.4.     PHP,     
	 .   PHP > 5.0.


=========

=========

    .      
       .    
  . 

        ! :-)

	|      UTF8,    
	|   ,     ,     
	| ,  Notepad2: http://www.flos-freeware.ch/

________________________________________________________________________________

1.  Notepad2  application/config/database.php-distr.   
	     .     
	    database.php.
________________________________________________________________________________

2.   application/maxsite/mso_config.php-distr. 
	
	      .    
	. ,         
	 .      , 
	       .   
	      ,  
	   .
	
	        mso_config.php.
________________________________________________________________________________

3.   .htaccess-distr  .htaccess.

	       ,    , 
	http://www.your-site.com/blog/,   Notepad2  
	.htaccess-subdir      #subdir#    
	 (   - blog -  !).    
	 .htaccess.
________________________________________________________________________________

4.    /system/cache/    ( 777).   
	    html  rss,   
	  .
________________________________________________________________________________

5.    /application/views/xmlrpc/_log.txt    
	( 666).
________________________________________________________________________________

6.    /uploads/    ( 777).   
	  777    _mso_float, _mso_i  mini.
________________________________________________________________________________

7.    http:// /   .
________________________________________________________________________________

8.   ,   application/maxsite/mso_config.php
	  
	
		$mso_install = true; 

	  ,          .
________________________________________________________________________________


=============
 
=============

1.    -,    ,   .
2.  ,      .
3.      .
 ..


==============================
   
==============================

1.   system  system-old.

2.    /system/cache/    ( 777).   
	    html  rss,   
	  .

3.    application   .

4.    application   .    
	,  .

5.        cookes,   
	  application/config/config.php:
	
	$config['encryption_key'] = "  ";

6.        MaxSite CMS. 
	. .: http://max-3000.com/



==========

==========

 PHP  FastCGI
--------------------
          .htaccess. 
    ,   .htaccess-fastcgi.

     config.php  "uri_protocol".   
 :

	$config['uri_protocol']	= "REQUEST_URI";


  Nginx     
-----------------------------------------------
RewriteRule ^(.*)$ /index.php?$1 [L,QSA]


 
----------------

	*     "Cannot modify header information - headers..."
      
       ,        UTF-8.
       : http://forum.maxsite.org/viewtopic.php?id=1075


	*       ,   .
	
	   ,      .     
	   .htaccess.



 .htaccess
-------------------

    500,      -
  .htaccess.


# 
Options +FollowSymLinks

#      
Options -Indexes

#  register globals -   register globals!!!
#   ,    phpinfo()  
#   register_globals on -    !
php_flag register_globals off

#   
DirectoryIndex index.php index.html

#    php-
php_value memory_limit 16M

#    Call-time pass-by-reference has been deprecated 
php_flag allow_call_time_pass_reference on


#     
AddDefaultCharset UTF-8

#    
CharsetDisable On
CharsetDefault UTF-8
CharsetSourceEnc UTF-8
CharsetRecodeMultipartForms off