path error |
(01-30-2018, 10:49 AM)php_rocs Wrote: @joeinatlanta, Yes, very simple. the default controller is 'welcome', my base url is "http://www.xyz.com/common/". When I enter www.xyz.com/common/ or www.xyz.com/index.php everything works ok. the problem starts when I put the slash after index. Theoretically, www.xyz.com/common/ should be the same thing as www.xyz.com/common/index.php/welcome since I have not modified any controllers. Am I missing something? |
Messages In This Thread |
path error - by joeinatlanta - 01-30-2018, 04:03 AM
RE: path error - by php_rocs - 01-30-2018, 10:49 AM
RE: path error - by joeinatlanta - 01-30-2018, 11:00 AM
RE: path error - by php_rocs - 01-30-2018, 11:53 AM
RE: path error - by php_rocs - 01-30-2018, 11:59 AM
RE: path error - by joeinatlanta - 01-30-2018, 04:30 PM
RE: path error - by joeinatlanta - 01-30-2018, 08:30 PM
|