![]() |
url rewrite - 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 rewrite (/showthread.php?tid=28162) |
url rewrite - El Forum - 03-03-2010 [eluser]woony[/eluser] Hi, I would like to remove my index.php... i followed the instructions in the userguide with .htaccess but that doesnt seem to work... so for /product should go to index.php/product I get: No input file specified. and If i go to index.php/product afterwards my layout is completely f*kd.. my css , jq refs, images don't seem to work... I guess maybe i should add my assets folders aswell like the |images in the rewrite. but that still doesnt make /product go to index.php/product I use both uri segments AND querystrings any help would be greatly appreciated. url rewrite - El Forum - 03-11-2010 [eluser]kishore[/eluser] It would be fine if you post your .htaccess file such that we can understand where/what the problem is. url rewrite - El Forum - 03-11-2010 [eluser]woony[/eluser] it is the same as in the example from the wiki. url rewrite - El Forum - 03-11-2010 [eluser]kishore[/eluser] It would be still fine if you post here the exact copy of the file which you are using, probably you might have been missing some parameter in wiki. Don't feel like ur sharing your secrets, you can change your original url to local host or example.com and post your .htaccess file, then only we can understand what problem actually you have?? ok bye url rewrite - El Forum - 03-11-2010 [eluser]tomdelonge[/eluser] I think there's also something in the config file to change. It looks like this: Code: /* Hope that works... url rewrite - El Forum - 08-14-2010 [eluser]Sumon[/eluser] Sometimes add a question mark(?) is helpful and solve rewrite issue. Code: <IfModule mod_rewrite.c> |