Naqashzade, Sadeq wrote:

I know that in Linux I must be able to use .httaccess but do not know how?
and in Windows I do not know at all.

You can use .htaccess in Apache both on Linux and Windows. Like this:

php_value auto_prepend_file platform/platform.php

Make sure AllowOverride in the Apache httpd.conf is set to All for this to work. And, remember that using .htaccess is fairly slow; it would be better to add <Directory> directives in the Apache config for your directories.

--
Best regards,

Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.capio.com




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to