I am working a CodeIgniter project version 2.5. I add a url suffix in config.php as $config['url_suffix'] = '.asp';. When I go to https://localhost:81/project/sample it works fine but if I go to https://localhost:81/project/sample.asp it returns The requested resource /project/sample.asp was not found on this server.
What's wrong here. Thank you.
Add a comment
|