Forums
-
- Forum
- Posts
-
- Installation
- 28,547
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,400
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
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