Community Documentation

Clean URLs with EasyPHP

Last updated July 21, 2010. Created by oskar_calvo on March 16, 2007.
Edited by kiamlaluno. Log in to edit this page.

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.

Comments

Hi. the current httpd.conf

Hi. the current httpd.conf doesn't have AddModule mod_rewrite.c and clean url is not working. what else can I do?

John

--
www.whereis.co.ke

In easyphp, you can enable

In easyphp, you can enable AddModule mod_rewrite with the configuration of easyphp, check the small icon near your computer clock, and choose configure apache. Should be there.

Sorry, I works now with Linux.

Oskar

gestión del conocimiento y de la información con software libre

Hi, I'd like to know how you

Hi,
I'd like to know how you did
I have easyphp 3.0 and it won't accept the AddModule mod_rewrite.c
What did you do to make it work?
All the best
Sahuni

Sorry, I just saw afterwards

Sorry, I just saw afterwards the link for Clean URLs for EasyPHP 2 (with Apache 2)
I adjust as explained and it works.
Great!
So forgat my questions

Page status

Needs updating

Log in to edit this page

About this page

Drupal version
Drupal 4.7.x
Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.