![]() |
server 500 with xampp - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: server 500 with xampp (/showthread.php?tid=8681) |
server 500 with xampp - El Forum - 05-27-2008 [eluser]neilw[/eluser] Hello, Everything was fine until I moved to xampp, now all I get is errors when I use the .htaccess file, even just having 'rewriteengine on' by itself generates an error. I've checked the forums for similar but not seem to work. mode_rewrite is loaded. In my original working (pre-xampp) version I simply had this: Code: RewriteEngine on Now it produces a server 500. I followed the wiki (http://codeigniter.com/wiki/mod_rewrite/) and with that, no matter what I type in the url or controller I use, it ignores it and goes to the welcome page. If I click on links from the welcome page, they just get appended too and stay in the welcome page, e.g. http://localhost.ignite/welcome/game/user_guide/user_guide/user_guide/user_guide/ My original apache used virtual directories, but I also tried using alias, but both have the same results. I've tried full access, e.g. Code: <Directory "c:/documents and settings/803300352/My Documents/DATA/Training/php/ignite_test"> and still the same. Can anyone help? Thanks. |