Forums
-
- Forum
- Posts
-
- Installation
- 28,444
- Troubleshooting
- 62,542
- Themes
- 10,431
- Plugins
- 15,348
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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