
------------------
Just some hints...
------------------

Starting from version 1.0.0, PgMarket uses .inc.php files
instead of .inc files.
The web server should refuse http requests for .ihtml files
(and possibly for .inc.php files, too): do not forget that
application.inc.php contains the password to access the database
(pay attention to the FTP service, too).
If your server does not refuse http requests for .ihtml files
and you are not the web server system administrator, you may want
to rename *.ihtml files to *.ihtml.php and edit also the corresponding
file names inside the scripts.
Anyway, these security issues are surely beyond these installation
instructions: you should already be acquainted with these topics.

The minimum permissions are 400 for files and 500 for directories
if files and directories are owned by the user running the web server.
If files and directories are not owned by that user, which maybe
is only in a common users group, then the 440 and 550 should be needed.
Finally, remember that the web server must be able to write into
the "products" directory, which should then correspond to 700 or 770
(please read also INSTALL w.r.t. the "products" directory permissions).

--
Marco Pratesi
http://www.telug.it
pratesi@telug.it

