I have changed my normal™ php website to CodeIgniter framework. My issue is
I need to:
redirect http://samajam.org/contact_us.php to http://samajam.org/contact
I have changed my normal™ php website to CodeIgniter framework. My issue is
I need to:
redirect http://samajam.org/contact_us.php to http://samajam.org/contact
Try
Redirect 301 /contact_us.php http://samajam.org/contact
Enjoy, i hope i helped you :)