mod_rewrite, index.php etc |
[eluser]tomcode[/eluser]
Ok, I've done a fast test : config.php: Code: $config['url_suffix'] = ".htm"; routes.php Code: $route['default_controller'] = "welcome"; controllers : welcome.php about.php OurEquipment.php I can reach the following URL's : http://localhost/CodeIgniter_1.7.2_suffix/ http://localhost/CodeIgniter_1.7.2_suffix/index.php http://localhost/CodeIgniter_1.7.2_suffi...hp/welcome http://localhost/CodeIgniter_1.7.2_suffi...elcome.htm http://localhost/CodeIgniter_1.7.2_suffi....php/about http://localhost/CodeIgniter_1.7.2_suffi.../about.htm http://localhost/CodeIgniter_1.7.2_suffi...-equipment http://localhost/CodeIgniter_1.7.2_suffi...ipment.htm |
Messages In This Thread |
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 05:37 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 06:21 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:12 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:35 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:41 PM
mod_rewrite, index.php etc - by El Forum - 01-19-2010, 07:48 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 04:44 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:02 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:29 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 05:46 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 06:31 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 06:51 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 07:05 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 07:28 PM
mod_rewrite, index.php etc - by El Forum - 01-20-2010, 09:42 PM
|