Hi, There is a rewriting guide at this link: http://httpd.apache.org/docs-2.0/misc/rewriteguide.html To use them, you need to enable mod_proxy, mod_proxy_http, and mod_rewrite To enable them I modified /etc/sysconfig/apache and add those modules at the end of the line that should look like this: APACHE_MODULES="access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation proxy proxy_http rewrite setenvif ssl suexec userdir php4" Hope it helps Gaël Rajkumar s <rajkumars910@xxxxxxxxx> wrote on 27/02/2005 04.57.43: > Dear sir, > I'm an new bie to apache , I need to implement URL_rewriting > , what are the things should i check and what are all the files should > i modify to achieve the goal. > > I learnt that for implementing url rewriting we need mod_rewrite module. > > How do i check whether the module mod_rewrite which is required for > url rewriting is present in the system. If not present how do i > include the mod_rewrite , > > Do I need to load the module using LoadModule directive? > > From the Documents i had learnt about different Rewrite directives and > now i have some rough idea. > > Kindly help me out with some clues . Point me in the right direction > inorder to get things done. > > Sincerely, > S.Rajkumar > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx