
Site Development Framework (with PHP5)


Step 1.
	Copy web/properties.php.dist to web/properties.php

Step 2.
	Make web/.htaccess

	-- .htaccess BEGIN --
	RewriteEngine on
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteRule ^(.*)$ properties.php/$1 [QSA]
	-- .htaccess END --

Step 3.
	Edit web_mvc/etc/default.ini