Enabling Mod_rewrite

Associate
Joined
26 Jun 2003
Posts
1,140
Location
North West
Im trying to do this.

Ive found sites that tell you how to enable it.

Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)

I did this but the next thing to do was this

Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.

The ClearModuleList and AddModule lines are no where to be found in the conf file.

Im using xammp btw.

What am i doing wrong?

Thx
 
JonD said:
Im trying to do this.

Ive found sites that tell you how to enable it.



I did this but the next thing to do was this



The ClearModuleList and AddModule lines are no where to be found in the conf file.

Im using xammp btw.

What am i doing wrong?

Thx


Exact same problem that, Google XAMMP and modwrite and you will see that a lot of people have the same problem.

There are supposed to be lots of solutions, but i googled for an hour and couldn't find one solution that worked.

If you do find a solution, give me a shout: ruudbarron [at] hotmail [dot] com

Hope it helps.
 
Back
Top Bottom