Clean URLs with Easyphp.
To get that the clear URLs works in Easyphp 1.8 you have to join the httpd.conf file and change this two lines:
#LoadModule rewrite_module modules/mod_rewrite.so
and
#AddModule mod_rewrite.c
and leave like this in the same line.
LoadModule rewrite_module modules/mod_rewrite.so
y
AddModule mod_rewrite.c
and Re-start the server.
Easyphp have the mod_rewrite within.
If there is any problem tell me.
Oskar Calvo.
