![]() |
Why my .htacces doesn't work? - 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: Why my .htacces doesn't work? (/showthread.php?tid=51734) |
Why my .htacces doesn't work? - El Forum - 05-15-2012 [eluser]DogWin[/eluser] Hi guys! I want the LAN can see my site,the url like http://10.72.64.149/~darren/tbrand/ 'tbrand' is my project folder. The virtual host work well on my own mac. I followed the page (http://ellislab.com/forums/viewthread/82091/) and changed my config.php Code: $config['index_page'] = ''; Code: RewriteEngine on Thanks. Why my .htacces doesn't work? - El Forum - 05-15-2012 [eluser]InsiteFX[/eluser] You can try this one; Code: # Un-Comment to Generate a server 500 error to make sure .htaccess file is working! |