
http://www.multiintech.com/index.php
mark
See: http://wiki.cmsmadesimple.org/index.php ... And_Tricks for how to do it. It's not default because not every server has mod_rewrite installed or enabled.Redguy wrote: how can I get rid of index.php in http://localhost/cmsms/index.php/submenu/something/ ?? and why isn't that the default?
You need to change this option in config.php to use index.php/Round instead of index.php?page=Round.mark wrote: i can't figure out why i get this.. http://www.multiintech.com/index.php?page=Round
instead of this... http://mit-computers.com/index.php/home or this... http://mit-computers.com/index.php/navi ... us/navleft
Code: Select all
#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism? This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = true;
Ok, thanks manElijah Lofgren wrote:See: http://wiki.cmsmadesimple.org/index.php ... And_Tricks for how to do it. It's not default because not every server has mod_rewrite installed or enabled.Redguy wrote: how can I get rid of index.php in http://localhost/cmsms/index.php/submenu/something/ ?? and why isn't that the default?