Archive for the ‘PHP’ Category
Disable php for single hosting account.
We can disable the php for single hosting account by using following code in .htaccess file.
php_value engine off
We can disable the php for single hosting account by using following code in .htaccess file.
php_value engine off