Enable mod_rewrite and GD library with EasyPhp
It is possible to enable mod_rewrite and GD library with EasyPhp to prevent the upload to the server each time to test a script or website.
First step is to download EasyPhp here .
Enable mod_rewrite
1 - Go easyphp \ conf_files.
2 - Open httpd.conf with a text editor (wordpad, notepad ...).
3 - Around line 186, remove the "#" at the beginning of the line: LoadModule rewrite_module modules / mod_rewrite.so, save.
4 - Around line 231, remove the "#" at the beginning of the line: AddModule mod_rewrite.c, save.
5 - Running Apache restarting EasyPhp.
Enabling GD Library
1 - Go easyphp \ conf_files.
2 - Open php.ini with a text editor (wordpad, notepad ...).
3 - remove the semicolon (;) at the beginning of the line: extension = php_gd2.dll (around line 1084).
4 - Restart EasyPhp.






















Thank you, these tips were helpful to me to test my future site based on drupal!
Glad that this article has a happy

Welcome to our blog, do not hesitate to ask questions on our support forum !