Jedzkie 58 Posted May 15, 2013 how to make my url to this "http://haha.com/main/" instead of "http://haha.com/?module=main" Thank you! Quote Share this post Link to post Share on other sites
0 EriNa_KillerSoul 9 Posted May 15, 2013 config/application.php 'BaseURI' => '/' Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted May 15, 2013 Still the same :3 Quote Share this post Link to post Share on other sites
0 cJei 4 Posted May 15, 2013 I think this can be done in Apache. Try to look at mod_rewrite module. try this link http://lmgtfy.com/?q=mod_rewrite Quote Share this post Link to post Share on other sites
0 Feefty 5 Posted May 15, 2013 at config/application.php 'UseCleanUrls' => true, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files. Quote Share this post Link to post Share on other sites
0 EliteBlack 0 Posted May 28, 2013 at config/application.php 'UseCleanUrls' => true, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files. in addition with that, on your root directory, edit the .htaccess file and remove the # sign. Quote Share this post Link to post Share on other sites
how to make my url
to this "http://haha.com/main/"
instead of "http://haha.com/?module=main"
Thank you!
Share this post
Link to post
Share on other sites