Enable mod_rewrite and GD library with EasyPhp

Seen 3.388 times

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.

Enable mod_rewrite

4 - Around line 231, remove the "#" at the beginning of the line: AddModule mod_rewrite.c, save.

Enable mod_rewrite

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).

Enabling GD Library

4 - Restart EasyPhp.

2 Responses to "Enable mod_rewrite and GD library with EasyPhp"

  1. Thank you, these tips were helpful to me to test my future site based on drupal!

  2. Glad that this article has a happy ;)
    Welcome to our blog, do not hesitate to ask questions on our support forum ! :)

Leave a comment

Subscribe without commenting