|
.htaccess directives are read and applied on every http request.
php.ini directives are applied differently depending on how PHP is configured to run.
In CGI mode php.ini is read and applied when an instance of the PHP interpreter starts. Which is each time a <?php||<? is encountered.
If PHP is running as an Apache module, php.ini is read and applied when an instance of the webserver starts.
so the answer is Yes || No || It Depends
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|