View Single Post
  #2   IP: 49.87.136.218
Old 2014-05-27, 07:19 AM
Nadeau Nadeau is offline
初级会员
 
Join Date: 2008-01-14
Posts: 1
Nadeau 现在声名狼藉
Default

add this code to your primary .htaccess (/home/username/public_html/.htaccess).

Be sure to replace "username" with your actual cPanel user name.
Code:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Reply With Quote