Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I can’t activate plug-ins


Ben L.
Member

@nightgunner5

With .htaccess, you’d need to use one of the two following commands:

#PHP4
php_value magic_quotes_gpc off
#PHP5
php_admin_flag magic_quotes_gpc off

Skip to toolbar