Page 1 of 1

URL rewriting

PostPosted: 09. October 2006 08:46
by Mister Nono
I must use the URL rewriting.

How to set up XAMP for to do this. :?:

Thank. :wink:

PostPosted: 09. October 2006 08:51
by Izzy
You need to uncomment this line in the xampp\apache\conf\httpd.conf file:

#LoadModule rewrite_module modules/mod_rewrite.so

to this:
LoadModule rewrite_module modules/mod_rewrite.so

then have a read of this:
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

PostPosted: 09. October 2006 09:16
by Mister Nono
Thank, it's good. :lol: