![]() |
URL redirect help - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: URL redirect help (/showthread.php?tid=43946) |
URL redirect help - El Forum - 07-28-2011 [eluser]Michal1[/eluser] Hello guys, I have little bit stupid question regarding the .htaccess I have a url in codeigniter which looks like: www.myproject.com/cat/food and I want to redirect it to www.myproject.com because that category does not exists anymore. I tried something like: Redirect /www.myproject.com/cat/food www.myproject.com but it does not do anything. ANyone know where is the problem? Thanks URL redirect help - El Forum - 07-29-2011 [eluser]toopay[/eluser] Use RewriteCond and RewriteRule instead Redirect. |