configuration apache server

A

Anonymous

Guest
hello,
my problem is
i wanted redirect using module mod_rewrite
which file i add to it this code
Code:
Redirect /index.cfm http://www.example.com/index.php
to redirect?
are .htaccess this ok file :help: or mod_rewrite?
if both no pease tell which file.

thanks in advanced your help :)

regards
red fox
 
That's the Redirect Directive and it makes part of the mod_alias module.
This is also possible with mod_rewrite, but... there's no need for that.
This directive is allowed in the .htaccess context, so create an .htaccess file with that code.
 
Back
Top